mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
GIO: add lots of annotations for Vala bindings
https://bugzilla.gnome.org/show_bug.cgi?id=667447
This commit is contained in:
committed by
Colin Walters
parent
e98f17e5cf
commit
c3d6595f5a
@@ -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)
|
||||
|
Reference in New Issue
Block a user