summaryrefslogtreecommitdiff
path: root/gio/gthemedicon.c
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2010-09-24 18:24:41 -0300
committerJohan Dahlin <jdahlin@litl.com>2010-09-24 18:24:41 -0300
commit30132c44c18d9a08e4c6a9b4834366bd8628ecfa (patch)
tree134ed0535fb314b82683da0b30a948e3d9a90214 /gio/gthemedicon.c
parent701ce5d2011ee4408212461f6e191eaca2290d0a (diff)
downloadglib-30132c44c18d9a08e4c6a9b4834366bd8628ecfa.tar.gz
Add a lot of missing annotations
Diffstat (limited to 'gio/gthemedicon.c')
-rw-r--r--gio/gthemedicon.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gio/gthemedicon.c b/gio/gthemedicon.c
index 1380e83fb..da598d2b8 100644
--- a/gio/gthemedicon.c
+++ b/gio/gthemedicon.c
@@ -263,7 +263,7 @@ g_themed_icon_init (GThemedIcon *themed)
*
* Creates a new themed icon for @iconname.
*
- * Returns: a new #GThemedIcon.
+ * Returns: (transfer full): a new #GThemedIcon.
**/
GIcon *
g_themed_icon_new (const char *iconname)
@@ -281,7 +281,7 @@ g_themed_icon_new (const char *iconname)
*
* Creates a new themed icon for @iconnames.
*
- * Returns: a new #GThemedIcon
+ * Returns: (transfer full): a new #GThemedIcon
**/
GIcon *
g_themed_icon_new_from_names (char **iconnames,
@@ -333,7 +333,7 @@ g_themed_icon_new_from_names (char **iconnames,
* icon2 = g_themed_icon_new_with_default_fallbacks ("gnome-dev-cdrom-audio");
* ]|
*
- * Returns: a new #GThemedIcon.
+ * Returns: (transfer full): a new #GThemedIcon.
*/
GIcon *
g_themed_icon_new_with_default_fallbacks (const char *iconname)
@@ -350,7 +350,7 @@ g_themed_icon_new_with_default_fallbacks (const char *iconname)
*
* Gets the names of icons from within @icon.
*
- * Returns: a list of icon names.
+ * Returns: (transfer full): a list of icon names.
*/
const char * const *
g_themed_icon_get_names (GThemedIcon *icon)