Method
GimpConfigserialize_property
Declaration [src]
gboolean
gimp_config_serialize_property (
GimpConfig* config,
GParamSpec* param_spec,
GimpConfigWriter* writer
)
Description [src]
This function serializes a single object property to the writer
.
Available since: | 2.4 |
Parameters
param_spec |
GParamSpec |
A |
|
The data is owned by the caller of the function. | |
writer |
GimpConfigWriter |
A |
|
The data is owned by the caller of the function. |