|
NetSurf
|
Data Fields | |
| const char * | url |
| unsigned int | weight |
| struct url_suggest_item * | next |
Definition at line 35 of file url_suggest.c.
| struct url_suggest_item* url_suggest_item::next |
Definition at line 38 of file url_suggest.c.
Referenced by ro_gui_url_suggest_callback(), and ro_gui_url_suggest_prepare_menu().
| const char* url_suggest_item::url |
Definition at line 36 of file url_suggest.c.
Referenced by ro_gui_url_suggest_callback(), ro_gui_url_suggest_get_selection(), and ro_gui_url_suggest_prepare_menu().
| unsigned int url_suggest_item::weight |
Definition at line 37 of file url_suggest.c.
Referenced by ro_gui_url_suggest_callback().