NetSurf
Data Fields
cmdhandler Struct Reference
Collaboration diagram for cmdhandler:
[legend]

Data Fields

struct cmdhandlerr_next
 
struct cmdhandlerr_prev
 
char * cmd
 
handle_command_fn fn
 

Detailed Description

Definition at line 30 of file dispatch.c.

Field Documentation

◆ cmd

char* cmdhandler::cmd

Definition at line 32 of file dispatch.c.

Referenced by monkey_free_handlers(), and monkey_register_handler().

◆ fn

handle_command_fn cmdhandler::fn

Definition at line 33 of file dispatch.c.

Referenced by monkey_process_command(), and monkey_register_handler().

◆ r_next

struct cmdhandler* cmdhandler::r_next

Definition at line 31 of file dispatch.c.

◆ r_prev

struct cmdhandler * cmdhandler::r_prev

Definition at line 31 of file dispatch.c.


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