diff options
author | Rico Tzschichholz <ricotz@t-online.de> | 2012-09-17 17:20:42 +0200 |
---|---|---|
committer | Rico Tzschichholz <ricotz@t-online.de> | 2012-09-17 17:20:42 +0200 |
commit | 9f6d1a089cac53983ecde3cd00dc854aaf344858 (patch) | |
tree | 88c2851b9f9ad54722b7d4434b6eecdfb0c3c182 /gir | |
parent | 5959c29c7bfe046989674e9413355e79896f0e0d (diff) | |
download | gobject-introspection-9f6d1a089cac53983ecde3cd00dc854aaf344858.tar.gz |
Update annotations from glib git
Diffstat (limited to 'gir')
-rw-r--r-- | gir/gio-2.0.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gir/gio-2.0.c b/gir/gio-2.0.c index 0231bc1b..2ac8e197 100644 --- a/gir/gio-2.0.c +++ b/gir/gio-2.0.c @@ -11432,6 +11432,20 @@ /** + * g_content_type_get_generic_icon_name: + * @type: a content type string + * + * Gets the generic icon name for a content type. + * + * See the <ulink url="http://www.freedesktop.org/wiki/Specifications/shared-mime-info-spec">shared-mime-info</ulink> + * specification for more on the generic icon name. + * + * Returns: (allow-none): the registered generic icon name for the given @type, or %NULL if unknown. Free with g_free() + * Since: 2.34 + */ + + +/** * g_content_type_get_icon: * @type: a content type string * |