summaryrefslogtreecommitdiff
path: root/gtk/gtktestutils.c
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2008-03-06 23:21:26 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-03-06 23:21:26 +0000
commit6f9bcaa8b7e92ee63cdeb7011741baa0847e2a41 (patch)
tree583bca8e6426b93c153c4c2bef36d9dc5c4398bc /gtk/gtktestutils.c
parentb68d7cc1003bad33bcbcc4546e7685d8af1c1210 (diff)
downloadgtk+-6f9bcaa8b7e92ee63cdeb7011741baa0847e2a41.tar.gz
Make gtk-doc happy:
2008-03-06 Johan Dahlin <johan@gnome.org> Make gtk-doc happy: * gtk/gtkstyle.c: npoints->n_points. * gtk/gtktestutils.h: widget->spinner * gtk/gtktestutils.c: argc->argcp, argv->argvp svn path=/trunk/; revision=19725
Diffstat (limited to 'gtk/gtktestutils.c')
-rw-r--r--gtk/gtktestutils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtktestutils.c b/gtk/gtktestutils.c
index 6127b23a51..f80348d132 100644
--- a/gtk/gtktestutils.c
+++ b/gtk/gtktestutils.c
@@ -34,9 +34,9 @@
/* --- test utilities --- */
/**
* gtk_test_init:
- * @argc: Address of the <parameter>argc</parameter> parameter of the
+ * @argcp: Address of the <parameter>argc</parameter> parameter of the
* main() function. Changed if any arguments were handled.
- * @argv: Address of the <parameter>argv</parameter> parameter of main().
+ * @argvp: Address of the <parameter>argv</parameter> parameter of main().
* Any parameters understood by g_test_init() or gtk_init() are
* stripped before return.
*