NetSurf
Data Fields
gui_search_web_table Struct Reference

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...
 

Detailed Description

Graphical user interface browser web search function table.

Definition at line 34 of file searchweb.h.

Field Documentation

◆ provider_update

nserror(* gui_search_web_table::provider_update) (const char *provider_name, struct bitmap *ico_bitmap)

called when the search provider details are updated.

Parameters
provider_nameThe name of the provider.
ico_bitmapThe 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().


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