From 1b854ba341da0704dd2971dcc740c4d9af712dbd Mon Sep 17 00:00:00 2001 From: Daniel Boles Date: Sat, 24 Dec 2016 14:44:41 +0000 Subject: Gio::ActionMap: Clarify doc of ActivateWithParameterSlot This brings it in line with the existing doc comment for ActivateSlot. --- gio/src/actionmap.hg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gio/src/actionmap.hg b/gio/src/actionmap.hg index 22241f12..abfe311d 100644 --- a/gio/src/actionmap.hg +++ b/gio/src/actionmap.hg @@ -53,7 +53,8 @@ public: _WRAP_METHOD(Glib::RefPtr lookup_action(const Glib::ustring& action_name), g_action_map_lookup_action, refreturn) _WRAP_METHOD(Glib::RefPtr lookup_action(const Glib::ustring& action_name) const, g_action_map_lookup_action, constversion, refreturn) - /** A Slot to be called when an action has been activated. + /** A Slot to be called when an action has been activated, + * passing a parameter of a specified type. * See add_action_with_parameter(). * * For instance, -- cgit v1.2.1