Method
GimpConfigdeserialize
since: 2.8
Declaration [src]
gboolean
gimp_config_deserialize (
  GimpConfig* config,
  GScanner* scanner,
  gint nest_level,
  gpointer data
)
Parameters
- scanner
- 
            Type: GScannerThe GScannerto use.The data is owned by the caller of the method. 
- nest_level
- 
            Type: gintThe nest level. 
- data
- 
            Type: gpointerClient data. The argument can be NULL.The data is owned by the caller of the method.