Gimp.Config.serialize_to_string
@accepts(Gimp.Config, gpointer)
@returns(unicode)
def serialize_to_string(self, data):
# Python wrapper for gimp_config_serialize_to_string()
Serializes the object properties of self to a string.
Since 2.4
- self
an object that implements the [iface@ConfigInterface].
- data
user data passed to the serialize implementation.
- Returns