GNOME Bugzilla – Bug 630797
"Object memory management" docs mention non-existent g_object_dispose()
Last modified: 2010-10-08 15:17:57 UTC
The "Object memory management" section of the glib documentation http://library.gnome.org/devel/gobject/unstable/gobject-memory.html mentions g_object_dispose(), which does not seem to exist. Maybe it did once - it's also mentioned in a warning in g_type_module_dispose(), also apparently wrongly.
It most likely was meant to say g_object_run_dispose() which does break references as described there.
Created attachment 171949 [details] [review] Mention g_object_run_dispose correctly in tutorial
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.