[gtkmm] Ignore some functions.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm] Ignore some functions.
- Date: Sat, 5 Apr 2014 13:43:08 +0000 (UTC)
commit 1949ea5e3ec93a8b27438e5dc52c39e79f27a6d0
Author: Murray Cumming <murrayc murrayc com>
Date: Sat Apr 5 15:40:06 2014 +0200
Ignore some functions.
gtk/src/iconset.hg | 2 ++
gtk/src/stylecontext.hg | 1 +
2 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/gtk/src/iconset.hg b/gtk/src/iconset.hg
index 32bf9c0..edc1f1c 100644
--- a/gtk/src/iconset.hg
+++ b/gtk/src/iconset.hg
@@ -65,6 +65,8 @@ public:
std::vector<IconSize> get_sizes() const;
_WRAP_METHOD(static Glib::RefPtr<IconSet> lookup_default(const Gtk::StockID& stock_id),
gtk_icon_factory_lookup_default, refreturn)
+
+ _IGNORE(gtk_icon_set_render_icon_surface)
};
} //namespace Gtk
diff --git a/gtk/src/stylecontext.hg b/gtk/src/stylecontext.hg
index 52791f0..4e5f44d 100644
--- a/gtk/src/stylecontext.hg
+++ b/gtk/src/stylecontext.hg
@@ -177,6 +177,7 @@ public:
_WRAP_METHOD(void get_style_property_value(
const Glib::ustring& property_name, Glib::ValueBase& value) const,
gtk_style_context_get_style_property)
+ _IGNORE(gtk_style_context_get_style, gtk_style_context_get_style, )
_WRAP_METHOD(Glib::RefPtr<IconSet> lookup_icon_set(const Glib::ustring& stock_id),
gtk_style_context_lookup_icon_set, refreturn, deprecated "Use IconTheme::lookup_icon() instead.")
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]