2017-03-13 Kjell Ahlstedt Gio::Application::get_default(): Add refreturn Bug 779936 2017-03-13 Kjell Ahlstedt Remove Glib::unconst() It's not used by glibmm or gtkmm. It's unnecessary. Use const_cast<>() directly instead. 2017-03-06 Kjell Ahlstedt tests/glibmm_variant: Add test of Variant Bug 777791 2017-03-06 Alexander Rössler Glib::Variant: Add template specialization for std::tuple Bug 777791 2017-02-26 Kjell Ahlstedt Add Gio::PropertyAction * gio/giomm.h: Add propertyaction.h * gio/src/filelist.am: Add propertyaction.hg * gio/src/propertyaction.[ccg|hg]: New files. Required in the "Building Applications" chapter in the gtkmm tutorial.