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/gtknumerableicon.c | |
parent | 9b88eb356dde2578ff652511fcfc083b66be7b0b (diff) | |
download | gtk+-2f0d40335b83d70d04a205dd17e8a5514b79f2d4.tar.gz |
[GI] Add missing (transfer) annotations
Diffstat (limited to 'gtk/gtknumerableicon.c')
-rw-r--r-- | gtk/gtknumerableicon.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtknumerableicon.c b/gtk/gtknumerableicon.c index 2522102b10..adb1cc6b3c 100644 --- a/gtk/gtknumerableicon.c +++ b/gtk/gtknumerableicon.c @@ -1008,7 +1008,7 @@ gtk_numerable_icon_get_background_icon_name (GtkNumerableIcon *self) * * Creates a new unthemed #GtkNumerableIcon. * - * Returns: a new #GIcon + * Returns: (transfer full): a new #GIcon * * Since: 3.0 */ @@ -1031,7 +1031,7 @@ gtk_numerable_icon_new (GIcon *base_icon) * to the passed #GtkStyleContext. This is a convenience constructor * that calls gtk_numerable_icon_set_style_context() internally. * - * Returns: a new #GIcon + * Returns: (transfer full): a new #GIcon * * Since: 3.0 */ |