From 30132c44c18d9a08e4c6a9b4834366bd8628ecfa Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Fri, 24 Sep 2010 18:24:41 -0300 Subject: Add a lot of missing annotations --- gio/gthemedicon.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gio/gthemedicon.c') 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) -- cgit v1.2.1