Gimp.Path.to_str
function to_str(path: Array(String)): String {
// Gjs wrapper for gimp_path_to_str()
}
- path
A list of directories as returned by Gimp.Path.parse.
- Returns
A searchpath string separated by #G_SEARCHPATH_SEPARATOR.
function to_str(path: Array(String)): String {
// Gjs wrapper for gimp_path_to_str()
}
A list of directories as returned by Gimp.Path.parse.
A searchpath string separated by #G_SEARCHPATH_SEPARATOR.