2.37.6 (unstable): Gio: * Action: - Make get_state() templated. (Murray Cumming) - get_state_hint(): Correct a check. (Murray Cumming) - Add templated change_state() and activate(). (Murray Cumming) - print_detailed_name() Make this templated. (Murray Cumming) * ActionGroup: Add templated getters. (Murray Cumming) * ActionMap: add_action_radio_*(): Use better Slot types. (Murray Cumming) * SimpleAction: - Make set_state() protected. (Murray Cumming) - add_action() now takes a slot with no parameter. Added add_action_with_parameter(). (Murray Cumming) * SimpleActionGroup: - lookup(): Add a const version and use refreturn. (Murray Cumming) - Deprecate all methods, because they just call methods in the base ActionMap. The C functions are now deprecated too. See glib bug #705600 . (Murray Cumming) gmmproc: * Fix _WRAP_SIGNAL with 'ifdef' and 'deprecated'. (Kjell Ahlstedt)