24#ifndef _NETSURF_GTK_COMPLETION_H_
25#define _NETSURF_GTK_COMPLETION_H_
gboolean nsgtk_completion_update(GtkEntry *entry)
update completion list store.
void nsgtk_completion_init(void)
initialise completion list store
nserror nsgtk_completion_connect_signals(GtkEntry *entry, struct browser_window *(*get_bw)(void *ctx), void *get_bw_ctx)
connect signals on entry completion
nserror
Enumeration of error codes.
Core scaffolding structure.