From 7819005e2e3672e2cc7f82669ff3340300124d04 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 26 Nov 2007 20:15:15 +0000 Subject: Fix up some doc comments to shut up gtk-doc. 2007-11-26 Matthias Clasen * gtk/gtkmain.c: * gtk/gtknotebook.c: * gtk/gtkplugprivate.h: * gtk/gtksocket.c: * gtk/gtksocketprivate.h: * gtk/gtktable.c: Fix up some doc comments to shut up gtk-doc. svn path=/trunk/; revision=19066 --- gtk/gtktable.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk/gtktable.c') diff --git a/gtk/gtktable.c b/gtk/gtktable.c index 9002ad3c6c..6a21603868 100644 --- a/gtk/gtktable.c +++ b/gtk/gtktable.c @@ -714,7 +714,7 @@ gtk_table_set_row_spacings (GtkTable *table, * the spacing that will be used for newly added rows. * (See gtk_table_set_row_spacings()) * - * Returns value: the default row spacing + * Return value: the default row spacing **/ guint gtk_table_get_default_row_spacing (GtkTable *table) @@ -750,7 +750,7 @@ gtk_table_set_col_spacings (GtkTable *table, * the spacing that will be used for newly added columns. * (See gtk_table_set_col_spacings()) * - * Returns value: the default column spacing + * Return value: the default column spacing **/ guint gtk_table_get_default_col_spacing (GtkTable *table) -- cgit v1.2.1