[cluttermm] Stage: Rename get/set_motion_events() to get/set_motion_events_enabled().



commit 9a2f5d9a8e18bb2e2a55cfde48e1e045cc7a37f4
Author: Murray Cumming <murrayc murrayc com>
Date:   Fri Apr 11 10:48:48 2014 +0200

    Stage: Rename get/set_motion_events() to get/set_motion_events_enabled().

 clutter/src/stage.hg |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/clutter/src/stage.hg b/clutter/src/stage.hg
index 62b3b39..b2a0286 100644
--- a/clutter/src/stage.hg
+++ b/clutter/src/stage.hg
@@ -160,8 +160,8 @@ public:
   _WRAP_METHOD(bool get_no_clear_hint() const, clutter_stage_get_no_clear_hint)
   //TODO: wrap
   _IGNORE(clutter_stage_get_redraw_clip_bounds)
-  _WRAP_METHOD(void set_motion_events(bool enabled = true), clutter_stage_set_motion_events_enabled)
-  _WRAP_METHOD(bool get_motion_events() const, clutter_stage_get_motion_events_enabled)
+  _WRAP_METHOD(void set_motion_events_enabled(bool enabled = true), clutter_stage_set_motion_events_enabled)
+  _WRAP_METHOD(bool get_motion_events_enabled() const, clutter_stage_get_motion_events_enabled)
   _IGNORE(clutter_stage_set_paint_callback)
 
   //signals:


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