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

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...
 

Function Documentation

◆ fb_init_resource_path()

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().

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

Variable Documentation

◆ respaths

char** respaths
extern

resource search path vector

Definition at line 28 of file findfile.c.