NetSurf
|
Go to the source code of this file.
Functions | |
nserror | nsgtk_accelerator_init (char **respaths) |
const char * | nsgtk_accelerator_get_desc (const char *key) |
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().
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().