GimpUi.PathEditor.get_path
@accepts(GimpUi.PathEditor)
@returns(unicode)
def get_path(self):
# Python 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.
- self
The path editor you want to get the search path from.
- Returns