| Top |
| #define | GMIME_CHECK_VERSION() |
| void | g_mime_init () |
| void | g_mime_shutdown () |
| gboolean | g_mime_check_version () |
| #define | GMIME_ENABLE_RFC2047_WORKAROUNDS |
| extern const guint | gmime_major_version |
| extern const guint | gmime_minor_version |
| extern const guint | gmime_micro_version |
| extern const guint | gmime_binary_age |
| extern const guint | gmime_interface_age |
#define GMIME_CHECK_VERSION(major,minor,micro) g_mime_check_version (major, minor, micro)
Macro that just calls g_mime_check_version()
void
g_mime_init (guint32 flags);
Initializes GMime.
Note: Calls g_mime_charset_map_init() and g_mime_iconv_init() as
well.
void
g_mime_shutdown (void);
Frees internally allocated tables created in g_mime_init(). Also
calls g_mime_charset_map_shutdown() and g_mime_iconv_shutdown().