From 0c21689ed83de2fb7bfb6dc31efa5d687cb7c6f8 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 12 Oct 2010 12:54:36 -0400 Subject: [PATCH] gthemedicon: Fix annotation for g_themed_icon_get_names --- gio/gthemedicon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/gthemedicon.c b/gio/gthemedicon.c index da598d2..f6cde15 100644 --- a/gio/gthemedicon.c +++ b/gio/gthemedicon.c @@ -350,7 +350,7 @@ g_themed_icon_new_with_default_fallbacks (const char *iconname) * * Gets the names of icons from within @icon. * - * Returns: (transfer full): a list of icon names. + * Returns: (transfer none): a list of icon names. */ const char * const * g_themed_icon_get_names (GThemedIcon *icon) -- 2.7.4