NetSurf
Data Fields
about_handlers Struct Reference

handler info for about scheme More...

Collaboration diagram for about_handlers:
[legend]

Data Fields

const char * name
 name to match in url More...
 
int name_len
 
lwc_string * lname
 Interned name. More...
 
fetch_about_handler handler
 handler for the url More...
 
bool hidden
 If entry should be hidden in listing. More...
 

Detailed Description

handler info for about scheme

Definition at line 80 of file about.c.

Field Documentation

◆ handler

fetch_about_handler about_handlers::handler

handler for the url

Definition at line 84 of file about.c.

Referenced by fetch_about_setup().

◆ hidden

bool about_handlers::hidden

If entry should be hidden in listing.

Definition at line 85 of file about.c.

Referenced by fetch_about_about_handler().

◆ lname

lwc_string* about_handlers::lname

Interned name.

Definition at line 83 of file about.c.

Referenced by fetch_about_finalise(), and fetch_about_initialise().

◆ name

const char* about_handlers::name

name to match in url

Definition at line 81 of file about.c.

Referenced by fetch_about_about_handler(), and fetch_about_initialise().

◆ name_len

int about_handlers::name_len

Definition at line 82 of file about.c.

Referenced by fetch_about_initialise().


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