[glibmm/glibmm-2-50] Gio::ActionMap: Fix some trivial documentation bugs
- From: Kjell Ahlstedt <kjellahl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glibmm/glibmm-2-50] Gio::ActionMap: Fix some trivial documentation bugs
- Date: Tue, 27 Dec 2016 08:56:21 +0000 (UTC)
commit c2b8868e436dd8f1defa3e2660a17f86a6e442d1
Author: Kjell Ahlstedt <kjell ahlstedt bredband net>
Date: Tue Dec 27 09:53:32 2016 +0100
Gio::ActionMap: Fix some trivial documentation bugs
gio/src/actionmap.hg | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gio/src/actionmap.hg b/gio/src/actionmap.hg
index 760a188..6e59a62 100644
--- a/gio/src/actionmap.hg
+++ b/gio/src/actionmap.hg
@@ -135,7 +135,7 @@ public:
* See add_action_radio_string().
*
* For instance,
- * void on_slot_activated(const Glib::VariantBase& parameter);
+ * void on_slot_activated(const Glib::ustring& parameter);
*/
using ActivateWithStringParameterSlot = sigc::slot<void, const Glib::ustring&>;
@@ -161,10 +161,10 @@ public:
Glib::RefPtr<SimpleAction> add_action_radio_integer(const Glib::ustring& name, gint32 state);
/** A Slot to be called when an action has been activated.
- * See add_action_radio_int().
+ * See add_action_radio_integer().
*
* For instance,
- * void on_slot_activated(const Glib::VariantBase& parameter);
+ * void on_slot_activated(int parameter);
*/
using ActivateWithIntParameterSlot = sigc::slot<void, int>;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]