summaryrefslogtreecommitdiff
path: root/gtk/gtktestutils.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-07-22 22:00:34 -0400
committerMatthias Clasen <mclasen@redhat.com>2011-07-22 22:00:34 -0400
commitec72283a65a8a02a22490c490c0d57cda8acfdb1 (patch)
treea554e338e992c35bc62ec464f9079050afeeaa33 /gtk/gtktestutils.c
parentf7e927b93c83b3e1b8956a490f67a8820923db52 (diff)
downloadgtk+-ec72283a65a8a02a22490c490c0d57cda8acfdb1.tar.gz
some minor doc fixes
Diffstat (limited to 'gtk/gtktestutils.c')
-rw-r--r--gtk/gtktestutils.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/gtk/gtktestutils.c b/gtk/gtktestutils.c
index 8f52e92dc4..5bf7c8a95f 100644
--- a/gtk/gtktestutils.c
+++ b/gtk/gtktestutils.c
@@ -43,7 +43,7 @@
* <parameter>argv</parameter> parameter of main().
* Any parameters understood by g_test_init() or gtk_init() are
* stripped before return.
- * @Varargs: currently unused
+ * @...: currently unused
*
* This function is used to initialize a GTK+ test program.
*
@@ -513,7 +513,7 @@ gtk_test_text_get (GtkWidget *widget)
* gtk_test_create_widget:
* @widget_type: a valid widget type.
* @first_property_name: (allow-none): Name of first property to set or %NULL
- * @Varargs: value to set the first property to, followed by more
+ * @...: 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.
@@ -643,14 +643,15 @@ static guint n_all_registered_types = 0;
/**
* gtk_test_list_all_types:
* @n_types: location to store number of types
- * @returns: (array length=n_types zero-terminated=1) (transfer none):
- * 0-terminated array of type ids
*
* Return the type ids that have been registered after
* calling gtk_test_register_all_types().
*
+ * Returns: (array length=n_types zero-terminated=1) (transfer none):
+ * 0-terminated array of type ids
+ *
* Since: 2.14
- **/
+ */
const GType*
gtk_test_list_all_types (guint *n_types)
{