summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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();