lib/Efreet_Mime.h File Reference

The file that must be included by any project wishing to use. More...

Go to the source code of this file.

Defines

#define EAPI

Functions

EAPI const char * efreet_mime_fallback_type_get (const char *file)
 Retreive the fallback mime type of a file.
EAPI const char * efreet_mime_globs_type_get (const char *file)
 Retreive the mime type of a file using globs.
EAPI int efreet_mime_init (void)
 Initializes the efreet mime settings.
EAPI const char * efreet_mime_magic_type_get (const char *file)
 Retreive the mime type of a file using magic.
EAPI int efreet_mime_shutdown (void)
 Cleans up the efreet mime settings system.
EAPI const char * efreet_mime_special_type_get (const char *file)
 Retreive the special mime type of a file.
EAPI void efreet_mime_type_cache_clear (void)
EAPI void efreet_mime_type_cache_flush (void)
EAPI const char * efreet_mime_type_get (const char *file)
 Retreive the mime type of a file.
EAPI const char * efreet_mime_type_icon_get (const char *mime, const char *theme, unsigned int size)
 Retreive the mime type icon for a file.

Detailed Description

The file that must be included by any project wishing to use.