[glibmm/glibmm-2-50] Gio::ActionMap: Clarify doc of ActivateWithParameterSlot



commit 1b854ba341da0704dd2971dcc740c4d9af712dbd
Author: Daniel Boles <dboles src gnome org>
Date:   Sat Dec 24 14:44:41 2016 +0000

    Gio::ActionMap: Clarify doc of ActivateWithParameterSlot
    
    This brings it in line with the existing doc comment for ActivateSlot.

 gio/src/actionmap.hg |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/gio/src/actionmap.hg b/gio/src/actionmap.hg
index 22241f1..abfe311 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,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]