Class

GimpConfigPath

Description

final class Gimp.ConfigPath : GObject.TypeInstance {
  /* No available fields */
}
No description available.

Functions

gimp_config_path_expand

Paths as stored in gimprc and other config files have to be treated special. The string may contain special identifiers such as for example ${gimp_dir} that have to be substituted before use. Also the user’s filesystem may be in a different encoding than UTF-8 (which is what is used for the gimprc). This function does the variable substitution for you and can also attempt to convert to the filesystem encoding.

since: 2.4

gimp_config_path_expand_to_files

Paths as stored in the gimprc have to be treated special. The string may contain special identifiers such as for example ${gimp_dir} that have to be substituted before use. Also the user’s filesystem may be in a different encoding than UTF-8 (which is what is used for the gimprc).

since: 2.10

gimp_config_path_unexpand

The inverse operation of gimp_config_path_expand()

since: 2.10