summaryrefslogtreecommitdiff
path: root/gtk/gtkcelllayout.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkcelllayout.c')
-rw-r--r--gtk/gtkcelllayout.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk/gtkcelllayout.c b/gtk/gtkcelllayout.c
index e402364ef..ef4629bab 100644
--- a/gtk/gtkcelllayout.c
+++ b/gtk/gtkcelllayout.c
@@ -61,6 +61,8 @@ gtk_cell_layout_get_type (void)
* then the @cell is allocated no more space than it needs. Any unused space
* is divided evenly between cells for which @expand is %TRUE.
*
+ * Note that reusing the same cell renderer is not supported.
+ *
* Since: 2.4
*/
void
@@ -86,6 +88,8 @@ gtk_cell_layout_pack_start (GtkCellLayout *cell_layout,
* @cell is allocated no more space than it needs. Any unused space is
* divided evenly between cells for which @expand is %TRUE.
*
+ * Note that reusing the same cell renderer is not supported.
+ *
* Since: 2.4
*/
void