[glibmm] Gio::ActionMap: trivially move an _IGNORE
- From: Daniel Boles <dboles src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glibmm] Gio::ActionMap: trivially move an _IGNORE
- Date: Mon, 26 Dec 2016 16:29:47 +0000 (UTC)
commit cf23cff238aa882465bdcc44bf05ea67e155355b
Author: Daniel Boles <dboles src gnome org>
Date: Mon Dec 26 16:28:12 2016 +0000
Gio::ActionMap: trivially move an _IGNORE
gio/src/actionmap.hg | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/gio/src/actionmap.hg b/gio/src/actionmap.hg
index 9200cce..4c57342 100644
--- a/gio/src/actionmap.hg
+++ b/gio/src/actionmap.hg
@@ -45,6 +45,9 @@ class ActionMap : public Glib::Interface
{
_CLASS_INTERFACE(ActionMap, GActionMap, G_ACTION_MAP, GActionMapInterface)
+ // The various add_action...() methods are our equivalent for g_action_map_add_action_entries().
+ _IGNORE(g_action_map_add_action_entries)
+
public:
_WRAP_METHOD(void add_action(const Glib::RefPtr<Action>& action), g_action_map_add_action)
_WRAP_METHOD(void remove_action(const Glib::ustring& action_name), g_action_map_remove_action)
@@ -53,10 +56,6 @@ public:
_WRAP_METHOD(Glib::RefPtr<const Action> lookup_action(const Glib::ustring& action_name) const,
g_action_map_lookup_action, constversion, refreturn)
- // The various add_action() methods are our equivalent for g_action_map_add_action_entries().
- _IGNORE(g_action_map_add_action_entries)
-
-
/** A convenience method for creating a SimpleAction instance
* and adding it to the ActionMap.
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]