Function
Gimpcreate_search_path
Declaration [src]
gchar*
gimp_create_search_path (
GList* paths
)
Parameters
paths-
Type: A list of
filenameA list of directories as returned by
gimp_parse_search_path().The data is owned by the caller of the function. Each element is a platform-native string, using the preferred OS encoding on Unix and UTF-8 on Windows.
Return value
Type: gchar*
A searchpath string separated
by G_SEARCHPATH_SEPARATOR.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |
| The value is a platform-native string, using the preferred OS encoding on Unix and UTF-8 on Windows. |