2013-11-13 Kjell Ahlstedt Gio::content_type_*(): Improve documentation * gio/giomm/contenttype.h: Add @defgroup giommContentType. Useful as a link target from Gtk::AppChooser, similar to a link from GtkAppChooser:content-type to GContentType. See gtk+ bug #650012. Several minor fixes in content_type_*() docs. 2013-11-07 Murray Cumming Added a comment. 2013-10-30 Kjell Ahlstedt giomm_tls_client test: Add some comments * tests/giomm_tls_client/main.cc: Add comments describing what to do if the test fails because glib does not find a TLS backend. 2013-10-14 Murray Cumming Gio::ActionGroup: Remove a nonsensical check. * gio/src/actiongroup.hg: get_action_state_hint(): Remove a wrongly copy/pasted g_return_if_fail() line that causes a compiler error when the template is actually used. Ideally we would have tests for uses of templated methods. Bug #709963 (Johannes Meng, David Evans)