NetSurf
|
Entry in list of content handlers. More...
Data Fields | |
struct content_handler_entry * | next |
Next entry. More... | |
lwc_string * | mime_type |
MIME type handled by handler. More... | |
const content_handler * | handler |
Content handler object. More... | |
Entry in list of content handlers.
Definition at line 38 of file content_factory.c.
const content_handler* content_handler_entry::handler |
Content handler object.
Definition at line 45 of file content_factory.c.
Referenced by content_factory_fini(), content_factory_register_handler(), content_factory_type_from_mime_type(), and content_lookup().
lwc_string* content_handler_entry::mime_type |
MIME type handled by handler.
Definition at line 43 of file content_factory.c.
Referenced by content_factory_fini(), content_factory_register_handler(), content_factory_type_from_mime_type(), and content_lookup().
struct content_handler_entry* content_handler_entry::next |
Next entry.
Definition at line 40 of file content_factory.c.
Referenced by content_factory_fini(), content_factory_register_handler(), and content_lookup().