Method
GimpConfigWriterfinish
Declaration [src]
gboolean
gimp_config_writer_finish (
GimpConfigWriter* writer,
const gchar* footer,
GError** error
)
Description [src]
This function finishes the work of writer
and unrefs it
afterwards. It closes all open elements, appends an optional
comment and releases all resources allocated by writer
.
Using any function except gimp_config_writer_ref()
or
gimp_config_writer_unref()
after this function is forbidden
and will trigger warnings.
Available since: | 2.4 |