C++ bindings for Glib.
glibmm 2.60 wraps glib 2.60
Home page: http://www.gtkmm.org
Download: https://download.gnome.org/sources/glibmm/
Documentation: https://developer.gnome.org/glibmm/2.60/
The documentation in the tarball has not been generated with
with the latest Doxygen, but with Doxygen 1.8.11.
Therefore it is shown at https://developer.gnome.org/glibmm/2.60/
and https://developer.gnome.org/glibmm/stable/.
*** Changes
2.60.0 (stable):
Glib:
* Add DateTime::get_timezone()
Add KeyFile::get_locale_for_key()
Add TimeZone::get_identifier()
(Kjell Ahlstedt)
* Add Value_RefPtrBoxed<>
Add Value<std::vector<string>> specializations
and other Value
specializations that are necessary for _WRAP_PROPERTY
(Kjell Ahlstedt)
* Object construction: Add custom class init and instance init
functions
(Kjell Ahlstedt) Issue #33
Gio:
* Add AppInfo::launch_uris_async() and launch_uris_async()
Add DBusConnection::get_flags() and property_flags()
(Kjell Ahlstedt)
* Settings: Add property_settings_schema()
(Kjell Ahlstedt)
* TlsClientConnection: Deprecate property_accepted_cas()
(Kjell Ahlstedt)
* ThemedIcon: Add create(const
std::vector<Glib::ustring>& iconnames)
(Kjell Ahlstedt)
* Remove NO_GTYPE from some _WRAP_ENUMs
(Kjell Ahlstedt) Issue #37 (Jan Tojnar)
* TlsConnection: Deprecate rehandshake API
(Kjell Ahlstedt)
* Application: Add signal_name_lost()
(Kjell Ahlstedt)
gmmproc:
* Add _IS_REFCOUNTED_BOXEDTYPE
(Kjell Ahlstedt)
Build:
* Require glib-2.0 >= 2.59.2
(Kjell Ahlstedt)
Kjell Ahlstedt
kjellahlstedt gmail com