[gtk/ebassi/gidocgen: 489/501] testutils: Convert docs
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/ebassi/gidocgen: 489/501] testutils: Convert docs
- Date: Fri, 5 Mar 2021 15:53:42 +0000 (UTC)
commit ed3bc0fa3b639964f18f489c69a0de75b7a0d237
Author: Matthias Clasen <mclasen redhat com>
Date: Mon Mar 1 22:53:25 2021 -0500
testutils: Convert docs
gtk/gtktestutils.c | 19 +++++++------------
1 file changed, 7 insertions(+), 12 deletions(-)
---
diff --git a/gtk/gtktestutils.c b/gtk/gtktestutils.c
index 35dcff797c..854e74fe6f 100644
--- a/gtk/gtktestutils.c
+++ b/gtk/gtktestutils.c
@@ -55,12 +55,6 @@
#include <gdk/x11/gdkx.h>
#endif
-/**
- * SECTION:gtktesting
- * @Short_description: Utilities for testing GTK applications
- * @Title: Testing
- */
-
/**
* gtk_test_init:
* @argcp: Address of the `argc` parameter of the
@@ -74,13 +68,13 @@
* This function is used to initialize a GTK test program.
*
* It will in turn call g_test_init() and gtk_init() to properly
- * initialize the testing framework and graphical toolkit. It’ll
+ * initialize the testing framework and graphical toolkit. It’ll
* also set the program’s locale to “C”. This is done to make test
* program environments as deterministic as possible.
*
* Like gtk_init() and g_test_init(), any known arguments will be
* processed and stripped from @argc and @argv.
- **/
+ */
void
gtk_test_init (int *argcp,
char ***argvp,
@@ -111,14 +105,15 @@ quit_main_loop_callback (GtkWidget *widget,
* gtk_test_widget_wait_for_draw:
* @widget: the widget to wait for
*
- * Enters the main loop and waits for @widget to be “drawn”. In this
- * context that means it waits for the frame clock of @widget to have
- * run a full styling, layout and drawing cycle.
+ * Enters the main loop and waits for @widget to be “drawn”.
+ *
+ * In this context that means it waits for the frame clock of
+ * @widget to have run a full styling, layout and drawing cycle.
*
* This function is intended to be used for syncing with actions that
* depend on @widget relayouting or on interaction with the display
* server.
- **/
+ */
void
gtk_test_widget_wait_for_draw (GtkWidget *widget)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]