Method

GimpUiPathEditorset_path

Declaration [src]

void
gimp_path_editor_set_path (
  GimpPathEditor* editor,
  const gchar* path
)

Description [src]

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

Parameters

path const gchar*
 

The new path to set.

 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.