Fix doc syntax
End-of-comment tags don't take an @ - thats only for parameters.
This commit is contained in:
@ -1705,8 +1705,7 @@ gtk_container_get_resize_mode (GtkContainer *container)
|
|||||||
* Containers requesting reallocation redraws get automatically
|
* Containers requesting reallocation redraws get automatically
|
||||||
* redrawn if any of their children changed allocation.
|
* redrawn if any of their children changed allocation.
|
||||||
*
|
*
|
||||||
* @Deprecated: 3.14: Call gtk_widget_queue_draw() in your size_allocate
|
* Deprecated: 3.14: Call gtk_widget_queue_draw() in your size_allocate handler.
|
||||||
* handler.
|
|
||||||
**/
|
**/
|
||||||
void
|
void
|
||||||
gtk_container_set_reallocate_redraws (GtkContainer *container,
|
gtk_container_set_reallocate_redraws (GtkContainer *container,
|
||||||
|
|||||||
Reference in New Issue
Block a user