Gimp.Config.deserialize_properties
@accepts(Gimp.Config, GLib.Scanner, int)
@returns(bool)
def deserialize_properties(self, scanner, nest_level):
# Python wrapper for gimp_config_deserialize_properties()
This function uses the scanner to configure the properties of self.
Since 2.4
- self
a Gimp.Config.
- scanner
a GLib.Scanner.
- nest_level
the nest level
- Returns