Gimp.ConfigInterface.deserialize_strv

function deserialize_strv(value: Any, scanner: GLib.Scanner): GLib.TokenType {
    // Gjs 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

G_TOKEN_RIGHT_PAREN on success. G_TOKEN_INT on failure to scan length. G_TOKEN_STRING on failure to scan enough quoted strings.

On failure, the value in value is not touched and could be NULL.