From 5c1676dfe6d2f3c837a5e074117b45613fd29a72 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 20:30:19 +0200 Subject: Adding upstream version 2.10.34. Signed-off-by: Daniel Baumann --- .../html/libgimpconfig-GimpConfig-params.html | 504 +++++++++++++++++++++ 1 file changed, 504 insertions(+) create mode 100644 devel-docs/libgimpconfig/html/libgimpconfig-GimpConfig-params.html (limited to 'devel-docs/libgimpconfig/html/libgimpconfig-GimpConfig-params.html') diff --git a/devel-docs/libgimpconfig/html/libgimpconfig-GimpConfig-params.html b/devel-docs/libgimpconfig/html/libgimpconfig-GimpConfig-params.html new file mode 100644 index 0000000..387f244 --- /dev/null +++ b/devel-docs/libgimpconfig/html/libgimpconfig-GimpConfig-params.html @@ -0,0 +1,504 @@ + + + + +GimpConfig-params: GIMP Config Library Reference Manual + + + + + + + + + + + + + + + + +
+
+
+ + +
+

GimpConfig-params

+

GimpConfig-params — Macros and defines to install config properties.

+
+
+

Functions

+
++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
#define +GIMP_CONFIG_PROP_BOOLEAN() +
#define +GIMP_CONFIG_PROP_BOXED() +
#define +GIMP_CONFIG_PROP_DOUBLE() +
#define +GIMP_CONFIG_PROP_ENUM() +
#define +GIMP_CONFIG_PROP_INT() +
#define +GIMP_CONFIG_PROP_INT64() +
#define +GIMP_CONFIG_PROP_MATRIX2() +
#define +GIMP_CONFIG_PROP_MEMSIZE() +
#define +GIMP_CONFIG_PROP_OBJECT() +
#define +GIMP_CONFIG_PROP_PATH() +
#define +GIMP_CONFIG_PROP_POINTER() +
#define +GIMP_CONFIG_PROP_RESOLUTION() +
#define +GIMP_CONFIG_PROP_RGB() +
#define +GIMP_CONFIG_PROP_STRING() +
#define +GIMP_CONFIG_PROP_UINT64() +
#define +GIMP_CONFIG_PROP_UINT() +
#define +GIMP_CONFIG_PROP_UNIT() +
#define +GIMP_CONFIG_INSTALL_PROP_BOOLEAN() +
#define +GIMP_CONFIG_INSTALL_PROP_BOXED() +
#define +GIMP_CONFIG_INSTALL_PROP_RGB() +
#define +GIMP_CONFIG_INSTALL_PROP_DOUBLE() +
#define +GIMP_CONFIG_INSTALL_PROP_RESOLUTION() +
#define +GIMP_CONFIG_INSTALL_PROP_ENUM() +
#define +GIMP_CONFIG_INSTALL_PROP_INT() +
#define +GIMP_CONFIG_INSTALL_PROP_MATRIX2() +
#define +GIMP_CONFIG_INSTALL_PROP_MEMSIZE() +
#define +GIMP_CONFIG_INSTALL_PROP_PATH() +
#define +GIMP_CONFIG_INSTALL_PROP_STRING() +
#define +GIMP_CONFIG_INSTALL_PROP_UINT() +
#define +GIMP_CONFIG_INSTALL_PROP_UNIT() +
#define +GIMP_CONFIG_INSTALL_PROP_OBJECT() +
#define +GIMP_CONFIG_INSTALL_PROP_POINTER() +
+
+
+

Types and Values

+ +
+
+

Description

+

Macros and defines to install config properties.

+
+
+

Functions

+
+

GIMP_CONFIG_PROP_BOOLEAN()

+
#define             GIMP_CONFIG_PROP_BOOLEAN(class, id, name, nick, blurb, default, flags)
+
+
+
+

GIMP_CONFIG_PROP_BOXED()

+
#define             GIMP_CONFIG_PROP_BOXED(class, id, name, nick, blurb, boxed_type, flags)
+
+
+
+

GIMP_CONFIG_PROP_DOUBLE()

+
#define             GIMP_CONFIG_PROP_DOUBLE(class, id, name, nick, blurb, min, max, default, flags)
+
+
+
+

GIMP_CONFIG_PROP_ENUM()

+
#define             GIMP_CONFIG_PROP_ENUM(class, id, name, nick, blurb, enum_type, default, flags)
+
+
+
+

GIMP_CONFIG_PROP_INT()

+
#define             GIMP_CONFIG_PROP_INT(class, id, name, nick, blurb, min, max, default, flags)
+
+
+
+

GIMP_CONFIG_PROP_INT64()

+
#define             GIMP_CONFIG_PROP_INT64(class, id, name, nick, blurb, min, max, default, flags)
+
+
+
+

GIMP_CONFIG_PROP_MATRIX2()

+
#define             GIMP_CONFIG_PROP_MATRIX2(class, id, name, nick, blurb, default, flags)
+
+
+
+

GIMP_CONFIG_PROP_MEMSIZE()

+
#define             GIMP_CONFIG_PROP_MEMSIZE(class, id, name, nick, blurb, min, max, default, flags)
+
+
+
+

GIMP_CONFIG_PROP_OBJECT()

+
#define             GIMP_CONFIG_PROP_OBJECT(class, id, name, nick, blurb, object_type, flags)
+
+
+
+

GIMP_CONFIG_PROP_PATH()

+
#define             GIMP_CONFIG_PROP_PATH(class, id, name, nick, blurb, path_type, default, flags)
+
+
+
+

GIMP_CONFIG_PROP_POINTER()

+
#define             GIMP_CONFIG_PROP_POINTER(class, id, name, nick, blurb, flags)
+
+
+
+

GIMP_CONFIG_PROP_RESOLUTION()

+
#define             GIMP_CONFIG_PROP_RESOLUTION(class, id, name, nick, blurb, default, flags)
+
+
+
+

GIMP_CONFIG_PROP_RGB()

+
#define             GIMP_CONFIG_PROP_RGB(class, id, name, nick, blurb, has_alpha, default, flags)
+
+
+
+

GIMP_CONFIG_PROP_STRING()

+
#define             GIMP_CONFIG_PROP_STRING(class, id, name, nick, blurb, default, flags)
+
+
+
+

GIMP_CONFIG_PROP_UINT64()

+
#define             GIMP_CONFIG_PROP_UINT64(class, id, name, nick, blurb, min, max, default, flags)
+
+
+
+

GIMP_CONFIG_PROP_UINT()

+
#define             GIMP_CONFIG_PROP_UINT(class, id, name, nick, blurb, min, max, default, flags)
+
+
+
+

GIMP_CONFIG_PROP_UNIT()

+
#define             GIMP_CONFIG_PROP_UNIT(class, id, name, nick, blurb, pixels, percent, default, flags)
+
+
+
+

GIMP_CONFIG_INSTALL_PROP_BOOLEAN()

+
#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.

+
+
+
+

GIMP_CONFIG_INSTALL_PROP_BOXED()

+
#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.

+
+
+
+

GIMP_CONFIG_INSTALL_PROP_RGB()

+
#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.

+
+
+
+

GIMP_CONFIG_INSTALL_PROP_DOUBLE()

+
#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.

+
+
+
+

GIMP_CONFIG_INSTALL_PROP_RESOLUTION()

+
#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.

+
+
+
+

GIMP_CONFIG_INSTALL_PROP_ENUM()

+
#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.

+
+
+
+

GIMP_CONFIG_INSTALL_PROP_INT()

+
#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.

+
+
+
+

GIMP_CONFIG_INSTALL_PROP_MATRIX2()

+
#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.

+
+
+
+

GIMP_CONFIG_INSTALL_PROP_MEMSIZE()

+
#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.

+
+
+
+

GIMP_CONFIG_INSTALL_PROP_PATH()

+
#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.

+
+
+
+

GIMP_CONFIG_INSTALL_PROP_STRING()

+
#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.

+
+
+
+

GIMP_CONFIG_INSTALL_PROP_UINT()

+
#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.

+
+
+
+

GIMP_CONFIG_INSTALL_PROP_UNIT()

+
#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.

+
+
+
+

GIMP_CONFIG_INSTALL_PROP_OBJECT()

+
#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.

+
+
+
+

GIMP_CONFIG_INSTALL_PROP_POINTER()

+
#define             GIMP_CONFIG_INSTALL_PROP_POINTER(class, id, name, blurb, flags)
+

GIMP_CONFIG_INSTALL_PROP_POINTER is deprecated and should not be used in newly-written code.

+
+
+
+

Types and Values

+
+

GIMP_CONFIG_PARAM_SERIALIZE

+
#define GIMP_CONFIG_PARAM_SERIALIZE    (1 << (0 + G_PARAM_USER_SHIFT))
+
+
+
+
+

GIMP_CONFIG_PARAM_AGGREGATE

+
#define GIMP_CONFIG_PARAM_AGGREGATE    (1 << (1 + G_PARAM_USER_SHIFT))
+
+
+
+
+

GIMP_CONFIG_PARAM_RESTART

+
#define GIMP_CONFIG_PARAM_RESTART      (1 << (2 + G_PARAM_USER_SHIFT))
+
+
+
+
+

GIMP_CONFIG_PARAM_CONFIRM

+
#define GIMP_CONFIG_PARAM_CONFIRM      (1 << (3 + G_PARAM_USER_SHIFT))
+
+
+
+
+

GIMP_CONFIG_PARAM_DEFAULTS

+
#define GIMP_CONFIG_PARAM_DEFAULTS     (1 << (4 + G_PARAM_USER_SHIFT))
+
+
+
+
+

GIMP_CONFIG_PARAM_IGNORE

+
#define GIMP_CONFIG_PARAM_IGNORE       (1 << (5 + G_PARAM_USER_SHIFT))
+
+
+
+
+

GIMP_CONFIG_PARAM_FLAGS

+
#define             GIMP_CONFIG_PARAM_FLAGS
+
+
+
+ + + \ No newline at end of file -- cgit v1.2.3