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 630797 - "Object memory management" docs mention non-existent g_object_dispose()
"Object memory management" docs mention non-existent g_object_dispose()
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: docs
2.27.x
Other All
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2010-09-28 07:38 UTC by Murray Cumming
Modified: 2010-10-08 15:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Mention g_object_run_dispose correctly in tutorial (1.98 KB, patch)
2010-10-08 13:21 UTC, Christian Dywan
committed Details | Review

Description Murray Cumming 2010-09-28 07:38:09 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.
Comment 1 Christian Dywan 2010-09-28 09:06:29 UTC
It most likely was meant to say g_object_run_dispose() which does break references as described there.
Comment 2 Christian Dywan 2010-10-08 13:21:00 UTC
Created attachment 171949 [details] [review]
Mention g_object_run_dispose correctly in tutorial
Comment 3 Javier Jardón (IRC: jjardon) 2010-10-08 15:17:57 UTC
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.