Method
GimpConfigserialize
since: 2.8
Declaration [src]
gboolean
gimp_config_serialize (
GimpConfig* config,
GimpConfigWriter* writer,
gpointer data
)
Parameters
writer
-
Type:
GimpConfigWriter
The
GimpConfigWriter
to use.The data is owned by the caller of the function. data
-
Type:
gpointer
Client data.
The argument can be NULL
.The data is owned by the caller of the function.