Struct
WebKit2MimeInfo
Description [src]
struct WebKitMimeInfo {
/* No available fields */
}
Information about a MIME type.
Instance methods
webkit_mime_info_get_extensions
Get the list of file extensions associated to the MIME type.
Deprecated since: 2.32
webkit_mime_info_ref
Atomically increments the reference count of info
by one. This
function is MT-safe and may be called from any thread.
Deprecated since: 2.32
webkit_mime_info_unref
Atomically decrements the reference count of info
by one. If the
reference count drops to 0, all memory allocated by the WebKitMimeInfo
is
released. This function is MT-safe and may be called from any thread.
Deprecated since: 2.32