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