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

Data Fields

char * name
 readable name such as 'google', 'yahoo', etc More...
 
char * hostname
 host address such as www.google.com More...
 
char * searchstring
 
char * ico
 < such as "www.google.com?search=%s" More...
 
hlcache_handleico_handle
 < location of domain's favicon More...
 

Detailed Description

Definition at line 37 of file searchweb.c.

Field Documentation

◆ hostname

char* search_provider::hostname

host address such as www.google.com

Definition at line 39 of file searchweb.c.

Referenced by parse_providers().

◆ ico

char* search_provider::ico

< such as "www.google.com?search=%s"

Definition at line 41 of file searchweb.c.

Referenced by parse_providers(), search_web_ico_callback(), and search_web_select_provider().

◆ ico_handle

hlcache_handle* search_provider::ico_handle

◆ name

char* search_provider::name

readable name such as 'google', 'yahoo', etc

Definition at line 38 of file searchweb.c.

Referenced by default_ico_callback(), parse_providers(), search_web_finalise(), search_web_ico_callback(), search_web_iterate_providers(), and search_web_select_provider().

◆ searchstring

char* search_provider::searchstring

Definition at line 40 of file searchweb.c.

Referenced by make_search_nsurl(), and parse_providers().


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