summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Boles <dboles@src.gnome.org>2016-12-24 14:44:41 +0000
committerDaniel Boles <dboles@src.gnome.org>2016-12-26 16:48:50 +0000
commit1b854ba341da0704dd2971dcc740c4d9af712dbd (patch)
tree063683607e83bb1804c7de0f76d91f0b0c7e4b51
parent0cf0e6aabc983f30491cabb8713700caf42bffef (diff)
downloadglibmm-1b854ba341da0704dd2971dcc740c4d9af712dbd.tar.gz
Gio::ActionMap: Clarify doc of ActivateWithParameterSlot
This brings it in line with the existing doc comment for ActivateSlot.
-rw-r--r--gio/src/actionmap.hg3
1 files changed, 2 insertions, 1 deletions
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<Action> lookup_action(const Glib::ustring& action_name), g_action_map_lookup_action, refreturn)
_WRAP_METHOD(Glib::RefPtr<const Action> 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,