diff options
author | Havoc Pennington <hp@pobox.com> | 2001-09-08 06:24:46 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2001-09-08 06:24:46 +0000 |
commit | 372853b107d752cdb5e8d180be9b6a1c9a752f36 (patch) | |
tree | 69d17ae59b862b94edee72928f83ea925168035b /gtk/gtktable.c | |
parent | f6d7585d006aad0dcba05bc4e55ea38608a53496 (diff) | |
download | gtk+-372853b107d752cdb5e8d180be9b6a1c9a752f36.tar.gz |
put GtkPacker back in here so it won't be in gtk-unused.txt, but don't put
2001-09-08 Havoc Pennington <hp@pobox.com>
* gtk/gtk-sections.txt: put GtkPacker back in here so it won't be
in gtk-unused.txt, but don't put it back in gtk-docs.sgml.
Tons of other additions from gtk-unused.txt, but mostly skipping
all the tree stuff for now.
2001-09-08 Havoc Pennington <hp@pobox.com>
* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_add_attribute):
docs fixes
* gtk/gtktable.c (gtk_table_get_col_spacing): docs fixes
* gtk/gtkspinbutton.c (gtk_spin_button_get_increments): docs fixes
* gtk/gtksocket.c (gtk_socket_steal): docs fixes
* gtk/gtkscrolledwindow.h: docs fixes
* gtk/gtkimage.c (gtk_image_new): docs fixes
Diffstat (limited to 'gtk/gtktable.c')
-rw-r--r-- | gtk/gtktable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktable.c b/gtk/gtktable.c index f1696a7fa6..32f7d51ca3 100644 --- a/gtk/gtktable.c +++ b/gtk/gtktable.c @@ -685,7 +685,7 @@ gtk_table_set_col_spacing (GtkTable *table, /** * gtk_table_get_col_spacing: * @table: a #GtkTable - * @col: a column in the table, 0 indicates the first column + * @column: a column in the table, 0 indicates the first column * * Gets the amount of space between column @col, and * column @col + 1. See gtk_table_set_col_spacing(). |