Function
Gimppath_parse
Declaration [src]
GList*
gimp_path_parse (
const gchar* path,
gint max_paths,
gboolean check,
GList** check_failed
)
Parameters
path |
const gchar* |
A list of directories separated by #G_SEARCHPATH_SEPARATOR. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
max_paths |
gint |
The maximum number of directories to return. |
|
check |
gboolean |
|
|
check_failed |
A list of filename |
|
|
The argument will be set by the function. | |
The called function takes ownership of the data, and is responsible for freeing it. | |
Each element is a file system path, using the OS encoding. |