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
This commit is contained in:
Jasper St. Pierre 2011-10-07 17:36:46 -04:00
parent 786cfbd397
commit 67b7b7a950

View File

@ -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)