Method

GimpConfigdeserialize

Declaration [src]

gboolean
gimp_config_deserialize (
  GimpConfig* config,
  GScanner* scanner,
  gint nest_level,
  gpointer data
)

Description [src]

Deserialize the GimpConfig object.

Available since:2.8

Parameters

scanner GScanner
 

The GScanner to use.

 The data is owned by the caller of the function.
nest_level gint
 

The nest level.

data gpointer
 

Client data.

 The argument can be NULL.
 The data is owned by the caller of the function.

Return value

Returns: gboolean
 

Whether serialization succeeded.