NetSurf
Functions
accelerator.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

nserror nsgtk_accelerator_init (char **respaths)
 
const char * nsgtk_accelerator_get_desc (const char *key)
 

Function Documentation

◆ nsgtk_accelerator_get_desc()

const char * nsgtk_accelerator_get_desc ( const char *  key)

Definition at line 72 of file accelerator.c.

References accelerators_hash, and hash_get().

Referenced by nsgtk_menu_add_image_item().

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

◆ nsgtk_accelerator_init()

nserror nsgtk_accelerator_init ( char **  respaths)

Definition at line 41 of file accelerator.c.

References accelerators_hash, hash_add_file(), hash_add_inline(), hash_create(), HASH_SIZE, NSERROR_NOMEM, NSERROR_OK, nsgtk_data_from_resname(), nsgtk_path_from_resname(), and NSLOG.

Referenced by nsgtk_setup().

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