gimpparamspecs

gimpparamspecs

Functions

Description

Functions

GIMP_VALUE_HOLDS_IMAGE()

#define             GIMP_VALUE_HOLDS_IMAGE(value)

gimp_param_spec_image ()

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.

Parameters

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.

 

Returns

The newly created GimpParamSpecImage.

[transfer full]

Since: 3.0


GIMP_VALUE_HOLDS_ITEM()

#define             GIMP_VALUE_HOLDS_ITEM(value)

gimp_param_spec_item ()

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.

Parameters

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.

 

Returns

The newly created GimpParamSpecItem.

[transfer full]

Since: 3.0


GIMP_VALUE_HOLDS_DRAWABLE()

#define             GIMP_VALUE_HOLDS_DRAWABLE(value)

gimp_param_spec_drawable ()

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.

Parameters

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.

 

Returns

The newly created GimpParamSpecDrawable.

[transfer full]

Since: 3.0


GIMP_VALUE_HOLDS_LAYER()

#define             GIMP_VALUE_HOLDS_LAYER(value)

gimp_param_spec_layer ()

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.

Parameters

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.

 

Returns

The newly created GimpParamSpecLayer.

[transfer full]

Since: 3.0


GIMP_VALUE_HOLDS_CHANNEL()

#define             GIMP_VALUE_HOLDS_CHANNEL(value)

gimp_param_spec_channel ()

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.

Parameters

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.

 

Returns

The newly created GimpParamSpecChannel.

[transfer full]

Since: 3.0


GIMP_VALUE_HOLDS_LAYER_MASK()

#define             GIMP_VALUE_HOLDS_LAYER_MASK(value)

gimp_param_spec_layer_mask ()

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.

Parameters

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.

 

Returns

The newly created GimpParamSpecLayerMask.

[transfer full]

Since: 3.0


GIMP_VALUE_HOLDS_SELECTION()

#define             GIMP_VALUE_HOLDS_SELECTION(value)

gimp_param_spec_selection ()

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.

Parameters

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.

 

Returns

The newly created GimpParamSpecSelection.

[transfer full]

Since: 3.0


GIMP_VALUE_HOLDS_VECTORS()

#define             GIMP_VALUE_HOLDS_VECTORS(value)

gimp_param_spec_vectors ()

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.

Parameters

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.

 

Returns

The newly created GimpParamSpecVectors.

[transfer full]

Since: 3.0


GIMP_VALUE_HOLDS_DISPLAY()

#define             GIMP_VALUE_HOLDS_DISPLAY(value)

gimp_param_spec_display ()

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.

Parameters

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.

 

Returns

The newly created GimpParamSpecDisplay.

[transfer full]

Since: 3.0