Gio.content_type_get_generic_icon_name
function content_type_get_generic_icon_name(type: String): String { // Gjs wrapper for g_content_type_get_generic_icon_name() }
Gets the generic icon name for a content type.
See the [shared-mime-info](http://www.freedesktop.org/wiki/Specifications/shared-mime-info-spec) specification for more on the generic icon name.
Since 2.34
- type
a content type string
- Returns
the registered generic icon name for the given type, or null if unknown. Free with GLib.free