MimeInfo
Object Hierarchy:
Description:
[ CCode ( ref_function = "webkit_mime_info_ref" , type_id = "webkit_mime_info_get_type ()" , unref_function = "webkit_mime_info_unref" ) ]
[ Compact ]
public class MimeInfo
Information about a MIME type.
Content:
Methods:
- public unowned MimeInfo @ref ()
Atomically increments the reference count of
this by one.
- public unowned string? get_description ()
Gets the description of the MIME type.
- public unowned string[] get_extensions ()
Get the list of file extensions associated to the MIME type.
- public unowned string get_mime_type ()
Gets the MIME type.
- public void unref ()
Atomically decrements the reference count of
this by one.