Top | ![]() |
![]() |
![]() |
![]() |
#define | GIMP_VALUE_HOLDS_IMAGE() |
GParamSpec * | gimp_param_spec_image () |
#define | GIMP_VALUE_HOLDS_ITEM() |
GParamSpec * | gimp_param_spec_item () |
#define | GIMP_VALUE_HOLDS_DRAWABLE() |
GParamSpec * | gimp_param_spec_drawable () |
#define | GIMP_VALUE_HOLDS_LAYER() |
GParamSpec * | gimp_param_spec_layer () |
#define | GIMP_VALUE_HOLDS_CHANNEL() |
GParamSpec * | gimp_param_spec_channel () |
#define | GIMP_VALUE_HOLDS_LAYER_MASK() |
GParamSpec * | gimp_param_spec_layer_mask () |
#define | GIMP_VALUE_HOLDS_SELECTION() |
GParamSpec * | gimp_param_spec_selection () |
#define | GIMP_VALUE_HOLDS_VECTORS() |
GParamSpec * | gimp_param_spec_vectors () |
#define | GIMP_VALUE_HOLDS_DISPLAY() |
GParamSpec * | gimp_param_spec_display () |
GParamSpec * gimp_param_spec_image (const gchar *name
,const gchar *nick
,const gchar *blurb
,gboolean none_ok
,GParamFlags flags
);
Creates a new GimpParamSpecImage specifying a GIMP_TYPE_IMAGE property.
See g_param_spec_internal()
for details on property names.
name |
Canonical name of the property specified. |
|
nick |
Nick name of the property specified. |
|
blurb |
Description of the property specified. |
|
none_ok |
Whether no is a valid value. |
|
flags |
Flags for the property specified. |
Since: 3.0
GParamSpec * gimp_param_spec_item (const gchar *name
,const gchar *nick
,const gchar *blurb
,gboolean none_ok
,GParamFlags flags
);
Creates a new GimpParamSpecItem specifying a GIMP_TYPE_ITEM property.
See g_param_spec_internal()
for details on property names.
name |
Canonical name of the property specified. |
|
nick |
Nick name of the property specified. |
|
blurb |
Description of the property specified. |
|
none_ok |
Whether no is a valid value. |
|
flags |
Flags for the property specified. |
Since: 3.0
GParamSpec * gimp_param_spec_drawable (const gchar *name
,const gchar *nick
,const gchar *blurb
,gboolean none_ok
,GParamFlags flags
);
Creates a new GimpParamSpecDrawable specifying a GIMP_TYPE_DRAWABLE property.
See g_param_spec_internal()
for details on property names.
name |
Canonical name of the property specified. |
|
nick |
Nick name of the property specified. |
|
blurb |
Description of the property specified. |
|
none_ok |
Whether no is a valid value. |
|
flags |
Flags for the property specified. |
Since: 3.0
GParamSpec * gimp_param_spec_layer (const gchar *name
,const gchar *nick
,const gchar *blurb
,gboolean none_ok
,GParamFlags flags
);
Creates a new GimpParamSpecLayer specifying a GIMP_TYPE_LAYER property.
See g_param_spec_internal()
for details on property names.
name |
Canonical name of the property specified. |
|
nick |
Nick name of the property specified. |
|
blurb |
Description of the property specified. |
|
none_ok |
Whether no is a valid value. |
|
flags |
Flags for the property specified. |
Since: 3.0
GParamSpec * gimp_param_spec_channel (const gchar *name
,const gchar *nick
,const gchar *blurb
,gboolean none_ok
,GParamFlags flags
);
Creates a new GimpParamSpecChannel specifying a GIMP_TYPE_CHANNEL property.
See g_param_spec_internal()
for details on property names.
name |
Canonical name of the property specified. |
|
nick |
Nick name of the property specified. |
|
blurb |
Description of the property specified. |
|
none_ok |
Whether no is a valid value. |
|
flags |
Flags for the property specified. |
Since: 3.0
GParamSpec * gimp_param_spec_layer_mask (const gchar *name
,const gchar *nick
,const gchar *blurb
,gboolean none_ok
,GParamFlags flags
);
Creates a new GimpParamSpecLayerMask specifying a GIMP_TYPE_LAYER_MASK property.
See g_param_spec_internal()
for details on property names.
name |
Canonical name of the property specified. |
|
nick |
Nick name of the property specified. |
|
blurb |
Description of the property specified. |
|
none_ok |
Whether no is a valid value. |
|
flags |
Flags for the property specified. |
Since: 3.0
GParamSpec * gimp_param_spec_selection (const gchar *name
,const gchar *nick
,const gchar *blurb
,gboolean none_ok
,GParamFlags flags
);
Creates a new GimpParamSpecSelection specifying a GIMP_TYPE_SELECTION property.
See g_param_spec_internal()
for details on property names.
name |
Canonical name of the property specified. |
|
nick |
Nick name of the property specified. |
|
blurb |
Description of the property specified. |
|
none_ok |
Whether no is a valid value. |
|
flags |
Flags for the property specified. |
Since: 3.0
GParamSpec * gimp_param_spec_vectors (const gchar *name
,const gchar *nick
,const gchar *blurb
,gboolean none_ok
,GParamFlags flags
);
Creates a new GimpParamSpecVectors specifying a GIMP_TYPE_VECTORS property.
See g_param_spec_internal()
for details on property names.
name |
Canonical name of the property specified. |
|
nick |
Nick name of the property specified. |
|
blurb |
Description of the property specified. |
|
none_ok |
Whether no is a valid value. |
|
flags |
Flags for the property specified. |
Since: 3.0
GParamSpec * gimp_param_spec_display (const gchar *name
,const gchar *nick
,const gchar *blurb
,gboolean none_ok
,GParamFlags flags
);
Creates a new GimpParamSpecDisplay specifying a GIMP_TYPE_DISPLAY property.
See g_param_spec_internal()
for details on property names.
name |
Canonical name of the property specified. |
|
nick |
Nick name of the property specified. |
|
blurb |
Description of the property specified. |
|
none_ok |
Whether no is a valid value. |
|
flags |
Flags for the property specified. |
Since: 3.0