[cluttermm/cluttermm-1-24] Revert "Image: set() methods separated into set() and set_data()."



commit 16f277a5461ed1c7cffacda8898d20ab21811ee8
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon Mar 21 20:33:23 2016 +0100

    Revert "Image: set() methods separated into set() and set_data()."
    
    This reverts commit 81c3b1d0f2bb275f306afd2c4a071416740960ea.
    
    Because it doesn't seem to be necessary or useful.

 clutter/src/image.hg |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/clutter/src/image.hg b/clutter/src/image.hg
index d55aad3..2777f39 100644
--- a/clutter/src/image.hg
+++ b/clutter/src/image.hg
@@ -45,7 +45,7 @@ public:
   _WRAP_CREATE()
   //_WRAP_METHOD(CoglTexture* get_texture(), clutter_image_get_texture)
 
-  _WRAP_METHOD(bool set_data(const guint8* data, CoglPixelFormat pixel_format, guint width, guint height, 
guint row_stride), clutter_image_set_data, errthrow)
+  _WRAP_METHOD(bool set(const guint8* data, CoglPixelFormat pixel_format, guint width, guint height, guint 
row_stride), clutter_image_set_data, errthrow)
 
   _WRAP_METHOD(bool set(const Glib::Bytes& data, CoglPixelFormat pixel_format, guint width, guint height, 
guint row_stride), clutter_image_set_bytes, errthrow)
 


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