From 758135aaba5eb29d816dfb899734aa50f764bd42 Mon Sep 17 00:00:00 2001 From: Daniel Boles Date: Sat, 24 Dec 2016 14:47:24 +0000 Subject: Gio::ActionMap: Add function to ActivateSlot doc It's used in add_action_with_bool() too. --- gio/src/actionmap.hg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- cgit v1.2.1