1 2 3 4 5 6 7 8
#ifndef EVBP_MIME_H #define EVBP_MIME_H #include <glib.h> GString *evbp_get_mime_description(void); #endif /* _EVBP_PLUGIN_H */