diff options
author | Pavel Holejsovsky <pholejs@src.gnome.org> | 2011-01-18 10:01:17 +0100 |
---|---|---|
committer | Pavel Holejsovsky <pholejs@src.gnome.org> | 2011-01-20 13:57:18 +0100 |
commit | 2f0d40335b83d70d04a205dd17e8a5514b79f2d4 (patch) | |
tree | e154bd17faf149c40807461f9e671983e32b6f82 /gtk/gtkcellareacontext.c | |
parent | 9b88eb356dde2578ff652511fcfc083b66be7b0b (diff) | |
download | gtk+-2f0d40335b83d70d04a205dd17e8a5514b79f2d4.tar.gz |
[GI] Add missing (transfer) annotations
Diffstat (limited to 'gtk/gtkcellareacontext.c')
-rw-r--r-- | gtk/gtkcellareacontext.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcellareacontext.c b/gtk/gtkcellareacontext.c index ca1ac3a0d8..d085494289 100644 --- a/gtk/gtkcellareacontext.c +++ b/gtk/gtkcellareacontext.c @@ -348,7 +348,7 @@ gtk_cell_area_context_real_allocate (GtkCellAreaContext *context, * that the #GtkCellArea is configured with in order to * compute a proper allocation. * - * Return value: the #GtkCellArea this context was created by. + * Return value: (transfer none): the #GtkCellArea this context was created by. * * Since: 3.0 */ |