Name
struct _EMFormatHandler —
MIME type handler.
Synopsis
struct _EMFormatHandler {
char * mime_type;
EMFormatFunc handler;
guint32 flags;
struct _EMFormatHandler * old;
}; Members
- mime_type
Type this handler handles.
- handler
The handler callback.
- flags
Handling flags, see enum _em_format_handler_t.
- old
The last handler set on this type. Allows overrides to
fallback to previous implementation.