diff options
author | Murray Cumming <murrayc@murrayc.com> | 2016-11-10 13:29:23 +0100 |
---|---|---|
committer | Murray Cumming <murrayc@murrayc.com> | 2016-11-14 10:43:21 +0100 |
commit | 45cc8f8f8cb093a9e8aa8747af93c57941e1b32a (patch) | |
tree | ad54ff932c2df33526ebb874ed3d12cd0d68d37a /gio/src/menuitem.hg | |
parent | db75f338fb1865fbec12daae64dac4d0a1b9abf8 (diff) | |
download | glibmm-45cc8f8f8cb093a9e8aa8747af93c57941e1b32a.tar.gz |
Remove deprecated API.
Diffstat (limited to 'gio/src/menuitem.hg')
-rw-r--r-- | gio/src/menuitem.hg | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gio/src/menuitem.hg b/gio/src/menuitem.hg index 55903934..38308809 100644 --- a/gio/src/menuitem.hg +++ b/gio/src/menuitem.hg @@ -102,7 +102,6 @@ GMenuItem * g_menu_item_new_section (const Glib::ustring& label, //void set_attribute(const Glib::ustring& attribute, const T_Value& value) const; _WRAP_METHOD(void set_attribute_value(const Glib::ustring& attribute, const Glib::VariantBase& value), g_menu_item_set_attribute_value) - _WRAP_METHOD(void set_attribute(const Glib::ustring& attribute, const Glib::VariantBase& value), g_menu_item_set_attribute_value, deprecated "Use set_attribute() instead.") _IGNORE(g_menu_item_set_attribute) //These are documented as transfer-full, so we don't need to use refreturn. @@ -120,19 +119,11 @@ GMenuItem * g_menu_item_new_section (const Glib::ustring& label, //void get_attribute(const Glib::ustring& attribute, T_Value& value) const; //_WRAP_METHOD(Glib::VariantBase get_attribute_value(const Glib::ustring& attribute, const Glib::VariantType& expected_type{?}) const, g_menu_item_get_attribute_value) - _WRAP_METHOD(Glib::VariantBase get_attribute(const Glib::ustring& attribute, const Glib::VariantType& expected_type{?}) const, g_menu_item_get_attribute_value, deprecated "Use get_attribute_value() instead.") _WRAP_METHOD(Glib::VariantBase get_attribute_value(const Glib::ustring& attribute, const Glib::VariantType& expected_type{?}) const, g_menu_item_get_attribute_value) // Ignore varargs function. _IGNORE(g_menu_item_get_attribute) -_DEPRECATE_IFDEF_START - /** Unsets the target for the specified @a action. - * @deprecated Use set_action() or unset_target() instead. - */ - void set_action_and_target(const Glib::ustring& action); -_DEPRECATE_IFDEF_END - /** Sets the action for the menu item. * See set_action_and_target(). * |