summaryrefslogtreecommitdiff
path: root/gtk/gtktestutils.c
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2008-07-21 23:23:41 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2008-07-21 23:23:41 +0000
commit94ba6bba0679b59cde7ae2ede10a3c3c67360107 (patch)
treea6077a02466f64d07bfdc22aff522dfee02a0d29 /gtk/gtktestutils.c
parent91342178866b879de919722ee796164bb8ebea7a (diff)
downloadgtk+-94ba6bba0679b59cde7ae2ede10a3c3c67360107.tar.gz
Doc fixes
svn path=/trunk/; revision=20887
Diffstat (limited to 'gtk/gtktestutils.c')
-rw-r--r--gtk/gtktestutils.c15
1 files changed, 10 insertions, 5 deletions
diff --git a/gtk/gtktestutils.c b/gtk/gtktestutils.c
index 966f1d191f..5788c2830d 100644
--- a/gtk/gtktestutils.c
+++ b/gtk/gtktestutils.c
@@ -40,13 +40,16 @@
* @argvp: Address of the <parameter>argv</parameter> parameter of main().
* Any parameters understood by g_test_init() or gtk_init() are
* stripped before return.
+ * @Varargs: currently unused
+ *
+ * This function is used to initialize a GTK+ test program.
*
- * 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 also set the program's locale to "C" and prevent loading of
- * rc files and Gtk+ modules. This is done to make tets program
+ * initialize the testing framework and graphical toolkit. It'll
+ * also set the program's locale to "C" and prevent loading of rc
+ * files and Gtk+ modules. This is done to make tets 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.
**/
@@ -456,8 +459,10 @@ gtk_test_text_get (GtkWidget *widget)
/**
* gtk_test_create_widget
- * @widget_type: valid widget type.
+ * @widget_type: a valid widget type.
* @first_property_name: Name of first property to set or %NULL
+ * @Varags: value to set the first property to, followed by more
+ * name-value pairs, terminated by %NULL
*
* This function wraps g_object_new() for widget types.
* It'll automatically show all created non window widgets, also