NetSurf
Data Fields
content_handler_entry Struct Reference

Entry in list of content handlers. More...

Collaboration diagram for content_handler_entry:
[legend]

Data Fields

struct content_handler_entrynext
 Next entry. More...
 
lwc_string * mime_type
 MIME type handled by handler. More...
 
const content_handlerhandler
 Content handler object. More...
 

Detailed Description

Entry in list of content handlers.

Definition at line 38 of file content_factory.c.

Field Documentation

◆ handler

const content_handler* content_handler_entry::handler

◆ mime_type

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().

◆ next

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().


The documentation for this struct was generated from the following file: