Gimp.Config.prototype.serialize_to_string

function serialize_to_string(data: void): String {
    // Gjs wrapper for gimp_config_serialize_to_string()
}
  

Serializes the object properties of config to a string.

Since 2.4

data

user data passed to the serialize implementation.

Returns

a newly allocated NUL-terminated string.