diff options
author | Matthias Clasen <mclasen@redhat.com> | 2013-05-27 14:49:43 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2013-05-27 14:49:43 -0400 |
commit | 540c665117264e55bff61329b66369dc1fd5c8aa (patch) | |
tree | e5942089fe197f8c47b50cebd4923a221fa2868f /gtk/gtktestutils.c | |
parent | 00e1e881cfc1553c82b58a4acd8179f47198bc38 (diff) | |
download | gtk+-540c665117264e55bff61329b66369dc1fd5c8aa.tar.gz |
Add gtk_test_widget_wait_for_draw to docs
Diffstat (limited to 'gtk/gtktestutils.c')
-rw-r--r-- | gtk/gtktestutils.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtktestutils.c b/gtk/gtktestutils.c index 0b3831d6c0..205f7288e7 100644 --- a/gtk/gtktestutils.c +++ b/gtk/gtktestutils.c @@ -137,6 +137,8 @@ quit_main_loop_callback (GtkWidget *widget, * This function is intended to be used for syncing with actions that * depend on @widget relayouting or on interaction with the display * server. + * + * Since: 3.10 **/ void gtk_test_widget_wait_for_draw (GtkWidget *widget) |