GNOME Bugzilla – Bug 654239
g_type_init()'s docs have no statement about how to clean up after initialization
Last modified: 2012-09-23 15:14:10 UTC
http://developer.gnome.org/gobject/unstable/gobject-Type-Information.html#g-type-init I would appreciate it if g_type_init()'s docs at least stated that it might be called multiple times without penalty and that it has no associated cleanup function. Or, if whatever it initializes is cleaned up through some larger-scoped cleanup function, I would like its docs to point me to that ;-).