[cluttermm] Behaviour: Ignore a deprecated function.



commit f98d3f666fb20e1b93e5fc0f7a134301a4a7a982
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Apr 15 10:04:04 2014 +0200

    Behaviour: Ignore a deprecated function.

 clutter/src/behaviour.hg |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/clutter/src/behaviour.hg b/clutter/src/behaviour.hg
index 989e162..3529c9f 100644
--- a/clutter/src/behaviour.hg
+++ b/clutter/src/behaviour.hg
@@ -62,6 +62,8 @@ public:
 
   _WRAP_METHOD(void set_alpha(const Glib::RefPtr<Alpha>& alpha), clutter_behaviour_set_alpha)
 
+  _IGNORE(clutter_behaviour_get_actors) //deprecated
+
   // TODO: does this need the 'behaviour' argument, or could that be
   // approximated with an Object-oriented 'this' pointer?
   /** For instance,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]