After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 654239 - g_type_init()'s docs have no statement about how to clean up after initialization
g_type_init()'s docs have no statement about how to clean up after initializa...
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: docs
unspecified
Other All
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2011-07-08 12:07 UTC by Nathan Phillip Brink (binki)
Modified: 2012-09-23 15:14 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Nathan Phillip Brink (binki) 2011-07-08 12:07:29 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 ;-).