summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Boles <dboles@src.gnome.org>2016-12-24 14:47:24 +0000
committerDaniel Boles <dboles@src.gnome.org>2016-12-26 16:48:50 +0000
commit758135aaba5eb29d816dfb899734aa50f764bd42 (patch)
treecef7f6a708e299e91bb98c9115242dd90d0815e6
parent1b854ba341da0704dd2971dcc740c4d9af712dbd (diff)
downloadglibmm-758135aaba5eb29d816dfb899734aa50f764bd42.tar.gz
Gio::ActionMap: Add function to ActivateSlot doc
It's used in add_action_with_bool() too.
-rw-r--r--gio/src/actionmap.hg2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/src/actionmap.hg b/gio/src/actionmap.hg
index abfe311d..760a1880 100644
--- a/gio/src/actionmap.hg
+++ b/gio/src/actionmap.hg
@@ -84,7 +84,7 @@ public:
/** A Slot to be called when an action has been activated,
* without passing a parameter to the slot.
- * See add_action().
+ * See add_action() and add_action_bool().
*
* For instance,
* void on_slot_activated();