Gimp.Config.prototype.deserialize_properties
function deserialize_properties(scanner: GLib.Scanner, nest_level: Number(gint)): Boolean {
// Gjs wrapper for gimp_config_deserialize_properties()
}
This function uses the scanner to configure the properties of config.
Since 2.4
- scanner
a GLib.Scanner.
- nest_level
the nest level
- Returns
true on success, false otherwise.