Add gtk_test_widget_wait_for_draw to docs

This commit is contained in:
Matthias Clasen 2013-05-27 14:49:43 -04:00
parent 00e1e881cf
commit 540c665117
2 changed files with 3 additions and 0 deletions

View File

@ -7142,6 +7142,7 @@ gtk_test_text_get
gtk_test_text_set
gtk_test_widget_click
gtk_test_widget_send_key
gtk_test_widget_wait_for_draw
</SECTION>
<SECTION>

View File

@ -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)