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 575533 - Wrap g_object_freeze_notify/thaw_notify()
Wrap g_object_freeze_notify/thaw_notify()
Status: RESOLVED FIXED
Product: glibmm
Classification: Bindings
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Jonathon Jongsma
gtkmm-forge
Depends on:
Blocks:
 
 
Reported: 2009-03-16 09:37 UTC by Murray Cumming
Modified: 2009-07-27 14:07 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add Glib::ObjectBase::freeze_notify()/thaw_notify. Fixes Bug #575533 (2.55 KB, patch)
2009-07-27 04:25 UTC, Jonathon Jongsma
none Details | Review

Comment 1 Jonathon Jongsma 2009-07-27 04:25:43 UTC
Created attachment 139265 [details] [review]
Add Glib::ObjectBase::freeze_notify()/thaw_notify.  Fixes Bug #575533
Comment 2 Jonathon Jongsma 2009-07-27 04:27:51 UTC
I wasn't sure whether to put these in Glib::Object or Glib::ObjectBase since I'm not entirely sure of the reason for these two separate classes.  I ended up putting it in ObjectBase since that's where most of the other property-related API is.  Does that look right?
Comment 3 Murray Cumming 2009-07-27 08:10:52 UTC
Yes, ObjectBase is fine for that. ObjectBase is a base for both interfaces and actual Objects.
Comment 4 Jonathon Jongsma 2009-07-27 14:07:45 UTC
ok.  pushed to git.