widget: Add Since annotation to gtk_widget_queue_allocate

This commit is contained in:
Timm Bäder 2016-05-10 12:31:56 +02:00
parent 092cb9e202
commit 7116988bcb

View File

@ -5649,6 +5649,8 @@ gtk_widget_set_alloc_needed (GtkWidget *widget);
* reposition its contents.
*
* An example user of this function is gtk_widget_set_halign().
*
* Since: 3.20
*/
void
gtk_widget_queue_allocate (GtkWidget *widget)