NetSurf
|
Graphical user interface browser web search function table. More...
#include <searchweb.h>
Data Fields | |
nserror(* | provider_update )(const char *provider_name, struct bitmap *ico_bitmap) |
called when the search provider details are updated. More... | |
Graphical user interface browser web search function table.
Definition at line 34 of file searchweb.h.
nserror(* gui_search_web_table::provider_update) (const char *provider_name, struct bitmap *ico_bitmap) |
called when the search provider details are updated.
provider_name | The name of the provider. |
ico_bitmap | The bitmap of the search icon may be NULL if no icon is yet available. |
Definition at line 42 of file searchweb.h.
Referenced by default_ico_callback(), search_web_ico_callback(), search_web_select_provider(), and verify_search_web_register().