Gimp.ConfigInterface.deserialize_strv
@accepts(GObject.Value, GLib.Scanner)
@returns(GLib.TokenType)
def deserialize_strv(value, scanner):
# Python wrapper for gimp_config_deserialize_strv()
Sets value to new GLib.Strv. Scans i.e. consumes serialization to fill the GStrv.
Requires value to be initialized to hold type #G_TYPE_BOXED.
Since 3.0
- value
destination GObject.Value to hold a GLib.Strv
- scanner
GLib.Scanner positioned in serialization stream
- Returns