Gimp.ConfigInterface.serialize_strv
@accepts(GObject.Value, GLib.String)
@returns(bool)
def serialize_strv(value, str):
# Python 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