Skip to content
Commit 7f27418c authored by Christian Persch's avatar Christian Persch
Browse files

Deprecate rsvg_init and rsvg_term

rsvg_init() should be replaced by g_type_init(); we now call xmlInitParser()
in RsvgHandleClass::init.

rsvg_term() was dangerous to call, so just make it a no-op and add a new
rsvg_cleanup() that calls xmlCleanupParser(), for use only when you know
what you're doing.

https://bugzilla.gnome.org/show_bug.cgi?id=614157
parent be4898f3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment