NetSurf
Functions
completion.h File Reference

Interface to url entry completion. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void nsgtk_completion_init (void)
 initialise completion list store More...
 
gboolean nsgtk_completion_update (GtkEntry *entry)
 update completion list store. More...
 
nserror nsgtk_completion_connect_signals (GtkEntry *entry, struct browser_window *(*get_bw)(void *ctx), void *get_bw_ctx)
 connect signals on entry completion More...
 

Detailed Description

Interface to url entry completion.

Definition in file completion.h.

Function Documentation

◆ nsgtk_completion_connect_signals()

nserror nsgtk_completion_connect_signals ( GtkEntry *  entry,
struct browser_window *(*)(void *ctx)  get_bw,
void *  get_bw_ctx 
)

connect signals on entry completion

Definition at line 148 of file completion.c.

Referenced by toolbar_connect_signal().

Here is the caller graph for this function:

◆ nsgtk_completion_init()

void nsgtk_completion_init ( void  )

initialise completion list store

Definition at line 127 of file completion.c.

References nsgtk_completion_list.

Referenced by nsgtk_setup().

Here is the caller graph for this function:

◆ nsgtk_completion_update()

gboolean nsgtk_completion_update ( GtkEntry *  entry)

update completion list store.

Definition at line 134 of file completion.c.

References nsgtk_completion_list, nsgtk_completion_udb_callback(), nsoption_bool, and urldb_iterate_partial().

Referenced by url_entry_changed_cb().

Here is the call graph for this function:
Here is the caller graph for this function: