summaryrefslogtreecommitdiff
path: root/gio/gemblem.c
diff options
context:
space:
mode:
authorPavel Holejsovsky <pholejs@src.gnome.org>2010-12-27 16:08:46 +0100
committerPavel Holejsovsky <pholejs@src.gnome.org>2010-12-27 16:08:46 +0100
commit5a8d012d296ab6eba4e26c59cfe06d3f8d582e70 (patch)
treebb7af285c5b05f0f4d65ffbe13065dd57c258fa7 /gio/gemblem.c
parent7a1fbcd959ab22d356dbbaa807169089636cac99 (diff)
Add GI annotations to GIcon and related classes and interfaces
Diffstat (limited to 'gio/gemblem.c')
-rw-r--r--gio/gemblem.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gio/gemblem.c b/gio/gemblem.c
index 68afbab76..1df712b6a 100644
--- a/gio/gemblem.c
+++ b/gio/gemblem.c
@@ -220,8 +220,8 @@ g_emblem_new_with_origin (GIcon *icon,
*
* Gives back the icon from @emblem.
*
- * Returns: (transfer full): a #GIcon. The returned object belongs to the emblem
- * and should not be modified or freed.
+ * Returns: (transfer none): a #GIcon. The returned object belongs to
+ * the emblem and should not be modified or freed.
*
* Since: 2.18
*/
@@ -240,7 +240,7 @@ g_emblem_get_icon (GEmblem *emblem)
*
* Gets the origin of the emblem.
*
- * Returns: the origin of the emblem
+ * Returns: (transfer none): the origin of the emblem
*
* Since: 2.18
*/