Gimp.ConfigPath – gimp-3.0 Reference Manual
Packages
gimp-3.0
Gimp
ConfigPath
expand
expand_to_files
unexpand
ConfigPath
ConfigPath
Object Hierarchy:
Description:
[
CCode
( type_id =
"gimp_config_path_get_type ()"
) ]
public
class
ConfigPath
Namespace:
Gimp
Package:
gimp-3.0
Content:
Static methods:
public
static
string
expand
(
string
path,
bool
recode)
throws
Error
Paths as stored in gimprc and other config files have to be treated special.
public
static
List
<
File
>
expand_to_files
(
string
path)
throws
Error
Paths as stored in the gimprc have to be treated special.
public
static
string
unexpand
(
string
path,
bool
recode)
throws
Error
The inverse operation of
expand
Creation methods:
protected
ConfigPath
()