GimpUi.PathEditor.set_path

@accepts(GimpUi.PathEditor, unicode)
@returns(none)
def set_path(self, path):
    # Python wrapper for gimp_path_editor_set_path()
  

The elements of the initial search path must be separated with the %G_SEARCHPATH_SEPARATOR character.

self

The path editor you want to set the search path from.

path

The new path to set.