C++ bindings for Glib.
glibmm 2.62 wraps glib 2.62
Home page: http://www.gtkmm.org
Download: https://download.gnome.org/sources/glibmm/
Documentation: https://developer.gnome.org/glibmm/2.62/
*** Changes
2.62.0 (stable):
Glib:
* Add ustring::make_valid()
(Krzysztof Piecuch) Bug #780075
(Martin Ejdestig) Merge request !11
Issue #40 (Tanu Kaskinen)
* Use convert_return_gchar_ptr_to_*() in a couple of ustring
methods
(Martin Ejdestig) Merge request !11
* Add ustring::sprintf(), wrapping g_strdup_printf()
(Daniel Boles) Issue #21
* Fix callback races in glibmm when GSource is destructed
(Dainis Jonitis) Issue #41
* Checksum, Datetime, TimeZone: Add Glib::Value specializations
(Kjell Ahlstedt)
* Property: Add const get_proxy() returning ReadOnly
Getting Proxy from ReadOnly is const
(Daniel Boles) Issue #44
* Property: Update for compatibility with Gtk::Builder
(Kjell Ahlstedt)
* Fix memory leak in Variant<std::tuple<>>::create()
(Van de Bugger, Kjell Ahlstedt) Issue #48
* Deprecate TimeVal
(Kjell Ahlstedt)
Gio:
* Add Application::add_option_group()
(Kjell Ahlstedt Issue #46 (Patrick Storz)
* DBus::Object: Fix refcounts in some vfuncs
(Kjell Ahlstedt)
* Gio::DBus: Add ObjectProxy, ObjectSkeleton, ObjectManager,
ObjectManagerClient, ObjectManagerServer
(Kjell Ahlstedt) Issue #43 (Martin Ejdestig)
* Drive, MountOperation, ThemedIcon, TlsDatabase, VolumeMonitor:
Fix ownership of some lists and arrays (Fixes memory leaks
and dangling pointers)
(Kjell Ahlstedt)
* Add SocketControlMessage::add_deserialize_func()
(Kjell Ahlstedt) Issue #52 (Ankur deep jaiswal)
gmmproc:
* Update for new glib deprecation macros
(Kjell Ahlstedt)
Build:
* Require glib-2.0 >= 2.61.2
(Kjell Ahlstedt)
Documentation:
* Glib::init(), Gio::init(): Improve the documentation
(Kjell Ahlstedt) Issue #49 (Van de Bugger)
* Glib::ustring can't always replace std::string
(Kjell Ahlstedt) Issue #47 (Patrick Storz)
Kjell Ahlstedt
kjellahlstedt gmail com