[cluttermm] Ignore some deprecated functions.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cluttermm] Ignore some deprecated functions.
- Date: Tue, 15 Apr 2014 08:17:18 +0000 (UTC)
commit 1e34ff4aab40b6d3ae67688c0178a87c31a4d938
Author: Murray Cumming <murrayc murrayc com>
Date: Tue Apr 15 10:16:48 2014 +0200
Ignore some deprecated functions.
clutter/src/animatable.hg | 2 ++
clutter/src/cairo-texture.hg | 5 ++++-
2 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/clutter/src/animatable.hg b/clutter/src/animatable.hg
index 2782dae..4e1254b 100644
--- a/clutter/src/animatable.hg
+++ b/clutter/src/animatable.hg
@@ -51,6 +51,8 @@ public:
_WRAP_METHOD(void interpolate_value_value(const Glib::ustring& property_name, const Glib::RefPtr<const
Interval>& interval, double progress, Glib::ValueBase& value), clutter_animatable_interpolate_value)
+ _IGNORE(clutter_animatable_animate_property)
+
/**
* Gets the initial state of an animation
*
diff --git a/clutter/src/cairo-texture.hg b/clutter/src/cairo-texture.hg
index 3e04937..61a66eb 100644
--- a/clutter/src/cairo-texture.hg
+++ b/clutter/src/cairo-texture.hg
@@ -58,7 +58,10 @@ public:
_WRAP_METHOD(::Cairo::RefPtr< ::Cairo::Context > create_context_region(int x_offset, int y_offset, int
width, int height), clutter_cairo_texture_create_region)
};
-void set_source_color(::Cairo::RefPtr< ::Cairo::Context >& context, ::Clutter::Color color);
+ void set_source_color(::Cairo::RefPtr< ::Cairo::Context >& context, ::Clutter::Color color);
+
+ _IGNORE(clutter_cairo_texture_invalidate_rectangle, clutter_cairo_texture_invalidate,
clutter_cairo_texture_get_auto_resize, clutter_cairo_texture_set_auto_resize)
+
} // namespace Cairo
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]