Top | ![]() |
![]() |
![]() |
![]() |
void | (*MimeForeachCallback) () |
Mime * | mime_new () |
void | mime_delete () |
char const * | mime_get_handler () |
int | mime_set_handler () |
void | mime_set_theme () |
char const * | mime_type () |
int | mime_action () |
int | mime_action_type () |
void | mime_foreach () |
void | mime_icons () |
int | mime_save () |
void (*MimeForeachCallback) (void *data
,char const *name
,GdkPixbuf *icon_24
,GdkPixbuf *icon_48
,GdkPixbuf *icon_96
);
char const * mime_get_handler (Mime *mime
,char const *type
,char const *action
);
int mime_set_handler (Mime *mime
,char const *type
,char const *action
,char const *handler
);
int mime_action_type (Mime *mime
,char const *action
,char const *path
,char const *type
);