[cluttermm] Add some missing properties.



commit fd1e62bcd4bf6a0411a1bf7b82c38a3d4f815217
Author: Murray Cumming <murrayc murrayc com>
Date:   Sat Apr 12 09:07:19 2014 +0200

    Add some missing properties.

 clutter/src/behaviour-path.hg |    2 ++
 clutter/src/behaviour.hg      |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/clutter/src/behaviour-path.hg b/clutter/src/behaviour-path.hg
index 28a3bd1..5ac8ae3 100644
--- a/clutter/src/behaviour-path.hg
+++ b/clutter/src/behaviour-path.hg
@@ -60,6 +60,8 @@ public:
   _WRAP_METHOD(Glib::RefPtr<Path> get_path(), clutter_behaviour_path_get_path, refreturn)
   _WRAP_METHOD(Glib::RefPtr<const Path> get_path() const, clutter_behaviour_path_get_path, refreturn, 
constversion)
 
+  _WRAP_PROPERTY("path", Glib::RefPtr<Path>)
+
   _WRAP_SIGNAL(void knot_reached(guint knot_num), "knot_reached")
 };
 
diff --git a/clutter/src/behaviour.hg b/clutter/src/behaviour.hg
index 7d12ea8..989e162 100644
--- a/clutter/src/behaviour.hg
+++ b/clutter/src/behaviour.hg
@@ -77,7 +77,7 @@ _CONVERSION(`ClutterActor*',`const Glib::RefPtr<Actor>&',`Glib::wrap($3)')
   _WRAP_SIGNAL(void applied(const Glib::RefPtr<Actor>& actor), "applied")
   _WRAP_SIGNAL(void removed(const Glib::RefPtr<Actor>& actor), "removed")
 
-
+  _WRAP_PROPERTY("alpha", Glib::RefPtr<Alpha>)
 
 protected:
   _WRAP_VFUNC(void alpha_notify(double alpha_value), alpha_notify)


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