2023-03-12 Kjell Ahlstedt 2.76.0 2023-03-12 Kjell Ahlstedt Gio::Settings: Add an #include 2023-03-12 Kjell Ahlstedt Glib, Gio: Regenerate docs.xml and .defs files using glib files from glib 2.76.0. 2023-03-07 Kjell Ahlstedt Gio::ListModel: Add get_typed_object() Inspired by gtkmm#132. A test case has been added at gtkmm/tests/filedialog. It's difficult to make a meaningful test case without involving gtkmm. A good test case shall contain a GListModel with objects of a class which has no corresponding C++ class, and implements an interface which is wrapped in a C++ class. 2023-02-22 Kjell Ahlstedt Glib::Dispatcher: Add const versions of emit() and operator()() and deprecate the non-const versions. Fixes #103 2023-02-22 Kjell Ahlstedt Glib::Dispatcher: Remove a g_warning() Don't warn when a Dispatcher is deleted while messages are pending. Fixes #108 2023-02-22 Kjell Ahlstedt Doxyfile.in: Don't hide undocumented classes Might make the inheritance diagrams less incomplete when Doxygen's tag files are not perfect. 2023-02-22 Kjell Ahlstedt README.md, CI: meson -> meson setup