Function
GimpUiprop_path_editor_new
Declaration [src]
GtkWidget*
gimp_prop_path_editor_new (
  GObject* config,
  const gchar* path_property_name,
  const gchar* writable_property_name,
  const gchar* filechooser_title
)
Parameters
- config
- 
            Type: GObjectObject to which property is attached. The data is owned by the caller of the function. 
- path_property_name
- 
            Type: const gchar*Name of path property. The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. 
- writable_property_name
- 
            Type: const gchar*Name of writable path property. The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. 
- filechooser_title
- 
            Type: const gchar*Window title of GtkFileChooserDialogwidget.The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. 
Return value
Type: GtkWidget
A new GimpPathEditor.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |