Gimp.ParamSpecObject – gimp-3.0 Reference Manual
Packages
gimp-3.0
Gimp
ParamSpecObject
duplicate
get_default
has_default
set_default
parent_instance
ParamSpecObject
Object Hierarchy:
Description:
[
CCode
( has_type_id =
false
) ]
public
struct
ParamSpecObject
Namespace:
Gimp
Package:
gimp-3.0
Content:
Static methods:
public
static
unowned
ParamSpec
duplicate
(
ParamSpec
pspec)
This function duplicates
pspec
appropriately, depending on the accurate spec type.
public
static
unowned
Object
get_default
(
ParamSpec
pspec)
Get the default object value of the param spec.
public
static
bool
has_default
(
ParamSpec
pspec)
This function tells whether a default was set, typically with [ func@Gimp.
public
static
void
set_default
(
ParamSpec
pspec,
Object
? default_value)
Set the default object value of the param spec.
Fields:
public
unowned
ParamSpecObject
parent_instance