* ABOUT glibmm * glibmm is a C++ API for glib and gio. It is useful on its own and is a dependency of gtkmm, the C++ API for GTK+.
glibmm 2.21 wraps new API in glib 2.21, including the gio library, and is API/ABI-compatibile with older versions of glibmm back to version 2.4. It is a version of the glibmm-2.4 API. For more information, please visit http://gtkmm.org/ * DOWNLOAD * Source packages for glibmm (as well as API-stable bindings for the rest of the GNOME platform) can be downloaded from: http://www.gtkmm.org/download.shtml * DEVELOPMENT * There is active discussion on the mailing list: http://www.gtkmm.org/mailinglist.shtml and in the #c++ channel on irc.gnome.org gtkmm and glibmm stay in-sync with GTK+ by following the official GNOME release schedule: http://www.gnome.org/start/unstable/ * CHANGES * 2.21.2 (unstable): Glib: Daniel Elstner (1): Treat empty Glib::spawn*() working dir as unset Jonathon Jongsma (1): Add OptionGroup::add_entry(.., double&) Gio: Daniel Elstner (1): Remove stray semicolons Jonathon Jongsma (9): Fix build with glib from master wrap a couple added GDrive methods Wrap g_drive_eject_with_operation() and related functions implement GDrive::stop-button signal implement Gio::InetAddress::get_native_size() Implement Gio::Mount::mount/eject_with_operation() implement Gio::Volume::eject_with_operation() fix accidental bug in Gio::Drive::eject() that the compiler warned me about implement Gio::VolumeMonitor::drive-stop-button -- jonner _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
