Gimp.ConfigInterface.serialize_strv
function serialize_strv(value: Any, str: GLib.String): Boolean {
// Gjs wrapper for gimp_config_serialize_strv()
}
Appends a string repr of the GLib.Strv value of GObject.Value to str. Repr is an integer literal greater than or equal to zero, followed by a possibly empty sequence of quoted and escaped string literals.
Since 3.0
- value
source GObject.Value holding a GLib.Strv
- str
destination string
- Returns
true always