[gnome-shell] shell-util: Fix a bogus annotation



commit 67b7b7a950c4b090bf44347dbea176824f901414
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Fri Oct 7 17:36:46 2011 -0400

    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 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/shell-util.c b/src/shell-util.c
index 2354995..bdf2330 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)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]