Gimp.Path.free
function free(path: Array(String)): void {
// Gjs wrapper for gimp_path_free()
}
This function frees the memory allocated for the list and the strings it contains.
- path
A list of directories as returned by Gimp.Path.parse.
function free(path: Array(String)): void {
// Gjs wrapper for gimp_path_free()
}
This function frees the memory allocated for the list and the strings it contains.
A list of directories as returned by Gimp.Path.parse.