Function
Giocontent_type_is_mime_type
since: 2.52
Declaration [src]
gboolean
g_content_type_is_mime_type (
const gchar* type,
const gchar* mime_type
)
Description [src]
Determines if type
is a subset of mime_type
.
Convenience wrapper around g_content_type_is_a().
Available since: 2.52