NetSurf
|
URL adding hotlist protocol message block. More...
Data Fields | |
wimp_MESSAGE_HEADER_MEMBERS char * | url |
< The standard message header. More... | |
char * | title |
Pointer to the title in RMA. More... | |
char | appname [32] |
The application name. More... | |
URL adding hotlist protocol message block.
Message block is not currently in OSLib.
char ro_hotlist_message_hotlist_addurl::appname[32] |
The application name.
Definition at line 79 of file hotlist.c.
Referenced by ro_gui_hotlist_add_page().
char* ro_hotlist_message_hotlist_addurl::title |
Pointer to the title in RMA.
Definition at line 78 of file hotlist.c.
Referenced by ro_gui_hotlist_add_page().
wimp_MESSAGE_HEADER_MEMBERS char* ro_hotlist_message_hotlist_addurl::url |
< The standard message header.
Pointer to the URL in RMA.
Definition at line 77 of file hotlist.c.
Referenced by ro_gui_hotlist_add_page(), ro_gui_hotlist_has_page(), and ro_gui_hotlist_remove_page().