summaryrefslogtreecommitdiff
path: root/gio/gfileicon.c
diff options
context:
space:
mode:
Diffstat (limited to 'gio/gfileicon.c')
-rw-r--r--gio/gfileicon.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gio/gfileicon.c b/gio/gfileicon.c
index 0f22b2324..10170402e 100644
--- a/gio/gfileicon.c
+++ b/gio/gfileicon.c
@@ -158,7 +158,7 @@ g_file_icon_init (GFileIcon *file)
*
* Creates a new icon for a file.
*
- * Returns: a #GIcon for the given @file, or %NULL on error.
+ * Returns: (transfer full): a #GIcon for the given @file, or %NULL on error.
**/
GIcon *
g_file_icon_new (GFile *file)
@@ -174,7 +174,7 @@ g_file_icon_new (GFile *file)
*
* Gets the #GFile associated with the given @icon.
*
- * Returns: a #GFile, or %NULL.
+ * Returns: (transfer none): a #GFile, or %NULL.
**/
GFile *
g_file_icon_get_file (GFileIcon *icon)