| Top |  |  |  |  | 
| #define | GIMP_CONFIG_PARAM_SERIALIZE | 
| #define | GIMP_CONFIG_PARAM_AGGREGATE | 
| #define | GIMP_CONFIG_PARAM_RESTART | 
| #define | GIMP_CONFIG_PARAM_CONFIRM | 
| #define | GIMP_CONFIG_PARAM_DEFAULTS | 
| #define | GIMP_CONFIG_PARAM_IGNORE | 
| #define | GIMP_CONFIG_PARAM_FLAGS | 
#define GIMP_CONFIG_PROP_BOOLEAN(class, id, name, nick, blurb, default, flags)
#define GIMP_CONFIG_PROP_BOXED(class, id, name, nick, blurb, boxed_type, flags)
#define GIMP_CONFIG_PROP_DOUBLE(class, id, name, nick, blurb, min, max, default, flags)
#define GIMP_CONFIG_PROP_ENUM(class, id, name, nick, blurb, enum_type, default, flags)
#define GIMP_CONFIG_PROP_INT(class, id, name, nick, blurb, min, max, default, flags)
#define GIMP_CONFIG_PROP_INT64(class, id, name, nick, blurb, min, max, default, flags)
#define GIMP_CONFIG_PROP_MATRIX2(class, id, name, nick, blurb, default, flags)
#define GIMP_CONFIG_PROP_MEMSIZE(class, id, name, nick, blurb, min, max, default, flags)
#define GIMP_CONFIG_PROP_OBJECT(class, id, name, nick, blurb, object_type, flags)
#define GIMP_CONFIG_PROP_PATH(class, id, name, nick, blurb, path_type, default, flags)
#define GIMP_CONFIG_PROP_RESOLUTION(class, id, name, nick, blurb, default, flags)
#define GIMP_CONFIG_PROP_RGB(class, id, name, nick, blurb, has_alpha, default, flags)
#define GIMP_CONFIG_PROP_STRING(class, id, name, nick, blurb, default, flags)
#define GIMP_CONFIG_PROP_UINT64(class, id, name, nick, blurb, min, max, default, flags)
#define GIMP_CONFIG_PROP_UINT(class, id, name, nick, blurb, min, max, default, flags)
#define GIMP_CONFIG_PROP_UNIT(class, id, name, nick, blurb, pixels, percent, default, flags)
#define GIMP_CONFIG_INSTALL_PROP_BOOLEAN(class, id, name, blurb, default, flags)
GIMP_CONFIG_INSTALL_PROP_BOOLEAN is deprecated and should not be used in newly-written code.
#define GIMP_CONFIG_INSTALL_PROP_BOXED(class, id, name, blurb, boxed_type, flags)
GIMP_CONFIG_INSTALL_PROP_BOXED is deprecated and should not be used in newly-written code.
#define GIMP_CONFIG_INSTALL_PROP_RGB(class, id, name, blurb, has_alpha, default, flags)
GIMP_CONFIG_INSTALL_PROP_RGB is deprecated and should not be used in newly-written code.
#define GIMP_CONFIG_INSTALL_PROP_DOUBLE(class, id, name, blurb, min, max, default, flags)
GIMP_CONFIG_INSTALL_PROP_DOUBLE is deprecated and should not be used in newly-written code.
#define GIMP_CONFIG_INSTALL_PROP_RESOLUTION(class, id, name, blurb, default, flags)
GIMP_CONFIG_INSTALL_PROP_RESOLUTION is deprecated and should not be used in newly-written code.
#define GIMP_CONFIG_INSTALL_PROP_ENUM(class, id, name, blurb, enum_type, default, flags)
GIMP_CONFIG_INSTALL_PROP_ENUM is deprecated and should not be used in newly-written code.
#define GIMP_CONFIG_INSTALL_PROP_INT(class, id, name, blurb, min, max, default, flags)
GIMP_CONFIG_INSTALL_PROP_INT is deprecated and should not be used in newly-written code.
#define GIMP_CONFIG_INSTALL_PROP_MATRIX2(class, id, name, blurb, default, flags)
GIMP_CONFIG_INSTALL_PROP_MATRIX2 is deprecated and should not be used in newly-written code.
#define GIMP_CONFIG_INSTALL_PROP_MEMSIZE(class, id, name, blurb, min, max, default, flags)
GIMP_CONFIG_INSTALL_PROP_MEMSIZE is deprecated and should not be used in newly-written code.
#define GIMP_CONFIG_INSTALL_PROP_PATH(class, id, name, blurb, path_type, default, flags)
GIMP_CONFIG_INSTALL_PROP_PATH is deprecated and should not be used in newly-written code.
#define GIMP_CONFIG_INSTALL_PROP_STRING(class, id, name, blurb, default, flags)
GIMP_CONFIG_INSTALL_PROP_STRING is deprecated and should not be used in newly-written code.
#define GIMP_CONFIG_INSTALL_PROP_UINT(class, id, name, blurb, min, max, default, flags)
GIMP_CONFIG_INSTALL_PROP_UINT is deprecated and should not be used in newly-written code.
#define GIMP_CONFIG_INSTALL_PROP_UNIT(class, id, name, blurb, pixels, percent, default, flags)
GIMP_CONFIG_INSTALL_PROP_UNIT is deprecated and should not be used in newly-written code.
#define GIMP_CONFIG_INSTALL_PROP_OBJECT(class, id, name, blurb, object_type, flags)
GIMP_CONFIG_INSTALL_PROP_OBJECT is deprecated and should not be used in newly-written code.