The file that must be included by any project wishing to use. More...
Functions | |
| int | efreet_mime_init (void) |
| Initializes the efreet mime settings. | |
| int | efreet_mime_shutdown (void) |
| Cleans up the efreet mime settings system. | |
| const char * | efreet_mime_type_get (const char *file) |
| Retreive the mime type of a file. | |
| const char * | efreet_mime_magic_type_get (const char *file) |
| Retreive the mime type of a file using magic. | |
| const char * | efreet_mime_globs_type_get (const char *file) |
| Retreive the mime type of a file using globs. | |
| const char * | efreet_mime_special_type_get (const char *file) |
| Retreive the special mime type of a file. | |
| const char * | efreet_mime_fallback_type_get (const char *file) |
| Retreive the fallback mime type of a file. | |
| const char * | efreet_mime_type_icon_get (const char *mime, const char *theme, unsigned int size) |
| Retreive the mime type icon for a file. | |
| void | efreet_mime_type_cache_clear (void) |
| Clear mime icons mapping cache. | |
| void | efreet_mime_type_cache_flush (void) |
| Flush mime icons mapping cache. | |
Detailed Description
The file that must be included by any project wishing to use.
