GimpUi.PathEditor.prototype.get_path
function get_path(): String {
// Gjs wrapper for gimp_path_editor_get_path()
}
The elements of the returned search path string are separated with the #G_SEARCHPATH_SEPARATOR character.
Note that you have to g_free() the returned string.
- Returns
The search path the user has selected in the path editor.