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 412037 - Patch for the libglademm reference docs
Patch for the libglademm reference docs
Status: RESOLVED FIXED
Product: libglademm
Classification: Other
Component: general
git master
Other Linux
: Normal enhancement
: ---
Assigned To: gtkmm-forge
gtkmm-forge
Depends on:
Blocks:
 
 
Reported: 2007-02-25 21:43 UTC by Ole Laursen
Modified: 2011-01-16 23:33 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch for the reference docs for libglademm (3.05 KB, patch)
2007-02-25 21:44 UTC, Ole Laursen
none Details | Review

Description Ole Laursen 2007-02-25 21:43:19 UTC
The thread here http://mail.gnome.org/archives/gtkmm-list/2007-January/msg00276.html opened my eyes to the fact that all libglademm applications I've written to date are leaking memory. I can see that "Programming with gtkmm" has the full explanation of the lifetime issues with Glade instantiated widgets, but I think it would be a good idea to add the information to the reference documentation too.

So here's a patch that does that.
Comment 1 Ole Laursen 2007-02-25 21:44:10 UTC
Created attachment 83330 [details] [review]
Patch for the reference docs for libglademm
Comment 2 Murray Cumming 2007-03-03 16:58:01 UTC
Excellent. Please commit, changing "you, see get_widget()" to "you. See get_widget()".

Comment 3 Ole Laursen 2007-03-05 20:50:32 UTC
Changed and committed.