From 67b7b7a950c4b090bf44347dbea176824f901414 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Fri, 7 Oct 2011 17:36:46 -0400 Subject: [PATCH] shell-util: Fix a bogus annotation Creating a new instance is not (transfer none), unless I'm missing somehting here... https://bugzilla.gnome.org/show_bug.cgi?id=661231 --- src/shell-util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shell-util.c b/src/shell-util.c index 235499509..bdf2330e4 100644 --- a/src/shell-util.c +++ b/src/shell-util.c @@ -327,7 +327,7 @@ shell_util_get_label_for_uri (const char *text_uri) * Look up the icon that should be associated with a given URI. Handles * various special GNOME-internal cases like x-nautilus-search, etc. * - * Return Value: (transfer none): A new #GIcon + * Return Value: (transfer full): A new #GIcon */ GIcon * shell_util_get_icon_for_uri (const char *text_uri)