Top | ![]() |
![]() |
![]() |
![]() |
gboolean gimp_config_serialize_properties (GimpConfig *config
,GimpConfigWriter *writer
);
This function writes all object properties to the writer
.
Since: 2.4
gboolean gimp_config_serialize_changed_properties (GimpConfig *config
,GimpConfigWriter *writer
);
This function writes all object properties that have been changed from
their default values to the writer
.
Since: 2.4
gboolean gimp_config_serialize_property (GimpConfig *config
,GParamSpec *param_spec
,GimpConfigWriter *writer
);
This function serializes a single object property to the writer
.
Since: 2.4
gboolean gimp_config_serialize_property_by_name (GimpConfig *config
,const gchar *prop_name
,GimpConfigWriter *writer
);
This function serializes a single object property to the writer
.
Since: 2.6