diff options
author | Matthias Clasen <mclasen@redhat.com> | 2004-10-05 02:52:26 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-10-05 02:52:26 +0000 |
commit | c6c858dda268c42f699f022b663116e29f5d0445 (patch) | |
tree | d516366e8ebc439de1f57ac3d3c6e37809412cfc /gtk/gtkcelllayout.c | |
parent | 9de1565a99be70346075599fb6f03b9eb0872554 (diff) | |
download | gtk+-c6c858dda268c42f699f022b663116e29f5d0445.tar.gz |
Improve docs. (#154504, Dave Cook)
2004-10-04 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkcelllayout.c (gtk_cell_layout_clear): Improve
docs. (#154504, Dave Cook)
Diffstat (limited to 'gtk/gtkcelllayout.c')
-rw-r--r-- | gtk/gtkcelllayout.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/gtkcelllayout.c b/gtk/gtkcelllayout.c index 64d27539d8..7806ad4f3f 100644 --- a/gtk/gtkcelllayout.c +++ b/gtk/gtkcelllayout.c @@ -105,7 +105,8 @@ gtk_cell_layout_pack_end (GtkCellLayout *cell_layout, * gtk_cell_layout_clear: * @cell_layout: A #GtkCellLayout. * - * Unsets all the mappings on all renderers on @cell_layout. + * Unsets all the mappings on all renderers on @cell_layout and + * removes all renderers from @cell_layout. * * Since: 2.4 */ |