gnomemm r1577 - in geglmm/trunk: . libgegl/src
- From: hub svn gnome org
- To: svn-commits-list gnome org
- Subject: gnomemm r1577 - in geglmm/trunk: . libgegl/src
- Date: Sun, 22 Jun 2008 05:12:51 +0000 (UTC)
Author: hub
Date: Sun Jun 22 05:12:50 2008
New Revision: 1577
URL: http://svn.gnome.org/viewvc/gnomemm?rev=1577&view=rev
Log:
* libgegl/src/buffer.hg: remove a spurious ';' causing
build errors.
Modified:
geglmm/trunk/ChangeLog
geglmm/trunk/libgegl/src/buffer.hg
Modified: geglmm/trunk/libgegl/src/buffer.hg
==============================================================================
--- geglmm/trunk/libgegl/src/buffer.hg (original)
+++ geglmm/trunk/libgegl/src/buffer.hg Sun Jun 22 05:12:50 2008
@@ -62,7 +62,7 @@
//pixel_count
//TODO: Add an overload if format can be NULL, and use a const & for this one.
- _WRAP_METHOD(void get(double scale, const Rectangle & rect, const Babl *format, void * dest, int rowstride) const, gegl_buffer_get);
+ _WRAP_METHOD(void get(double scale, const Rectangle & rect, const Babl *format, void * dest, int rowstride) const, gegl_buffer_get)
//TODO: Add an overload if format can be NULL, and use a const & for this one.
_WRAP_METHOD(void set(const Rectangle & rect, const Babl *format, void *src, int rowstride), gegl_buffer_set)
@@ -73,7 +73,7 @@
_WRAP_METHOD(void sample(double x, double y, double scale, void *dest, const Babl* format, Interpolation interpolation), gegl_buffer_sample)
_WRAP_METHOD(void sample_cleanup(), gegl_buffer_sample_cleanup)
_WRAP_METHOD(static Interpolation interpolation_from_string(const Glib::ustring & string), gegl_buffer_interpolation_from_string)
-
+
#m4 _CONVERSION(`GeglRectangle*',`const Rectangle&',`Glib::wrap($3)')
_WRAP_SIGNAL(void changed(const Rectangle &r), "changed", no_default_handler)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]