Method
GimpConfigserialize_property
since: 2.4
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
- 
            Type: GParamSpecA GParamSpec.The data is owned by the caller of the method. 
- writer
- 
            Type: GimpConfigWriterA GimpConfigWriter.The data is owned by the caller of the method.