gtkmm 3.24.2 released

From LinuxReviews
Jump to navigationJump to search
Text-x-c++src.png

 gtkmm is a very commonly used C++ interface for the graphical interface library GTK+. It is used by most of the C++ software which uses GTK+ for it's graphical interface. The latest minor version fixes several memory leaks. There's also updated documentation.

Changelog story for version 3.24.2 by Swedish developer and gtkmm maintainer Kjell Ahlstedt is as follows:

Gdk:

  • Window::create_similar_surface(): Fix a memory leak. (Daniel Boles) Merge request !19
  • Suppress warnings from deprecated GTimeVal in PixbufAnimation::get_iter() and     PixbufAnimationIter::advance() (Kjell Ahlstedt) Issue #55 (Peter Weber)

Gtk:

  • Fix memory leaks in IconTheme::list_icons() and IconView::get_selected_icons() and RecentManager::get_items() (Kjell Ahlstedt)

Documentation:

  • Gtk::Builder: Describe how to use it together with Glib::Property. (Kjell Ahlstedt)

Demos:

  • Fix the source code listing. (Kjell Ahlstedt)

The toolkits homepage can be found at www.gtkmm.org and the latest version can be acquired from download.gnome.org/sources/gtkmm/. There is comprehensive reference manual at developer.gnome.org/gtkmm/3.24/