summaryrefslogtreecommitdiff
path: root/gtk/gtktable.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2007-11-26 20:15:15 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2007-11-26 20:15:15 +0000
commit7819005e2e3672e2cc7f82669ff3340300124d04 (patch)
tree4c9164e2c79ca68269bbf11b2cc3abd194a83d34 /gtk/gtktable.c
parentf5034f4080fcd09a984f137d1171378e9ced9512 (diff)
downloadgtk+-7819005e2e3672e2cc7f82669ff3340300124d04.tar.gz
Fix up some doc comments to shut up gtk-doc.
2007-11-26 Matthias Clasen <mclasen@redhat.com> * 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
Diffstat (limited to 'gtk/gtktable.c')
-rw-r--r--gtk/gtktable.c4
1 files changed, 2 insertions, 2 deletions
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)