news 28 Posted November 10, 2010 *** glibmm 2.28: glibmm is a C++ API for glib, used by gtkmm. glibmm 2.28 wraps new API in GTK+ 2.28. It is is API/ABI-compatible with glibmm >=2.4. It is a version of the glibmm-2.4 API. gtkmm and glibmm stay in-sync with GTK+ by following the official GNOME release schedule: http://www.gnome.org/start/unstable/ Bindings for the rest of the GNOME Platform are also available, and are also API-stable. http://www.gtkmm.org *** Changes: 2.27.3: (unstable): Gio: * Application: Added open(). * ActionGroup: Added list_actions. * DataInputStream: Added read_upto(), read_upto_async() and read_upto_finish(). (Murray Cumming) * DBusConnection: Correct the AsyncInitable inheritance/implementation. * MemoryOutputStream: Added steal_data(), and a const get_data(). * NetworkService: Added get_scheme(), set_scheme() and the property. * Socket: Added get_timeout(), set_timeout(), receive_with_blocking() and send_with_blocking(). (José Alburquerque) * SocketClient: * Add get_enable_proxy(), set_enable_proxy(), get_timeout(), set_timeout() and add_application_proxy(). (José Alburquerque) * Added connect_to_uri(), connect_to_uri_async() and connect_to_uri_finish(). (Murray Cumming) * SocketConnectable: socketconnectable.hg: Added proxy_enumerate() and a const enumerate(). * Added UnixSocketAddress * UnixCredentialMessage, UnixFDMessage: Wrap properties properly. (José Alburquerque) * giomm.h: Add includes of newly wrapped API. (José Alburquerque) Glib: * ObjectBase: Fixed compiler errors when the debug warnings are enabled at compile time. (Krzesimir Nowak) *** Development Share this post Link to post