summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Boles <dboles@src.gnome.org>2016-12-24 14:44:41 +0000
committerdjb <db0451@gmail.com>2016-12-26 16:06:37 +0000
commitaa40819c5b7b8cd6e0e29ebe14efdc76d20d437f (patch)
tree4c83fd309e0005bdff6ffac44df627cb5062ccf5
parentf9db4fab71a5a93ada9e04117e311ab9d9ba83f3 (diff)
downloadglibmm-aa40819c5b7b8cd6e0e29ebe14efdc76d20d437f.tar.gz
Gio::ActionMap: Clarify doc of ActivateWithParameterSlot
This brings it in line with the existing doc comment for ActivateSlot. https://bugzilla.gnome.org/show_bug.cgi?id=774444
-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 81280376..40dd6b90 100644
--- a/gio/src/actionmap.hg
+++ b/gio/src/actionmap.hg
@@ -49,7 +49,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,