NetSurf
|
Go to the source code of this file.
Functions | |
char ** | fb_init_resource_path (const char *resource_path) |
Create an array of valid paths to search for resources. More... | |
Variables | |
char ** | respaths |
resource search path vector More... | |
char ** fb_init_resource_path | ( | const char * | resource_path | ) |
Create an array of valid paths to search for resources.
The idea is that all the complex path computation to find resources is performed here, once, rather than every time a resource is searched for.
Definition at line 131 of file findfile.c.
References filepath_free_strvec(), filepath_generate(), filepath_path_to_strvec(), and get_language_names().
Referenced by main().
|
extern |
resource search path vector
Definition at line 28 of file findfile.c.