diff options
author | Evan Nemerson <evan@coeus-group.com> | 2012-01-07 09:54:53 -0800 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2012-01-11 15:50:08 -0500 |
commit | c3d6595f5a9230fc579edd9a646351b22ca6d976 (patch) | |
tree | 5e12e4ae7047726a0bcce9c1da1cfa049db55e56 /gio/gthemedicon.c | |
parent | e98f17e5cf1696d418444b23cb092be0eaba3008 (diff) |
GIO: add lots of annotations for Vala bindings
https://bugzilla.gnome.org/show_bug.cgi?id=667447
Diffstat (limited to 'gio/gthemedicon.c')
-rw-r--r-- | gio/gthemedicon.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gio/gthemedicon.c b/gio/gthemedicon.c index e723a493e..bb53bbd29 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: (transfer full): a new #GThemedIcon. + * Returns: (transfer full) (type GThemedIcon): 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: (transfer full): a new #GThemedIcon + * Returns: (transfer full) (type GThemedIcon): 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: (transfer full): a new #GThemedIcon. + * Returns: (transfer full) (type GThemedIcon): a new #GThemedIcon. */ GIcon * g_themed_icon_new_with_default_fallbacks (const char *iconname) |