summaryrefslogtreecommitdiff
path: root/gtk/gtkcelllayout.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2004-10-05 02:52:26 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-10-05 02:52:26 +0000
commitc6c858dda268c42f699f022b663116e29f5d0445 (patch)
treed516366e8ebc439de1f57ac3d3c6e37809412cfc /gtk/gtkcelllayout.c
parent9de1565a99be70346075599fb6f03b9eb0872554 (diff)
downloadgtk+-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.c3
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
*/