gegl r2957 - in trunk/bindings/pygegl: . Gegl
- From: yosh svn gnome org
- To: svn-commits-list gnome org
- Subject: gegl r2957 - in trunk/bindings/pygegl: . Gegl
- Date: Tue, 10 Mar 2009 06:26:06 +0000 (UTC)
Author: yosh
Date: Tue Mar 10 06:26:06 2009
New Revision: 2957
URL: http://svn.gnome.org/viewvc/gegl?rev=2957&view=rev
Log:
* Gegl/gegl.override: Remove gegl_color_get_rgba4f binding, it doesn't
make any sense to wrap (and the implementation was broken anyways).
Modified:
trunk/bindings/pygegl/ChangeLog
trunk/bindings/pygegl/Gegl/gegl.override
Modified: trunk/bindings/pygegl/Gegl/gegl.override
==============================================================================
--- trunk/bindings/pygegl/Gegl/gegl.override (original)
+++ trunk/bindings/pygegl/Gegl/gegl.override Tue Mar 10 06:26:06 2009
@@ -55,6 +55,7 @@
gegl_node_new_from_file
gegl_processor_destroy
gegl_node_new_from_file
+ gegl_color_get_rgba4f
%%
ignore-glob
gegl_log_*
@@ -133,15 +134,6 @@
return Py_BuildValue("ffff", r, g, b, a);
}
%%
-override gegl_color_get_rgba4f noargs
-static PyObject *
-_wrap_gegl_color_get_rgba4f(PyGObject *self)
-{
- gfloat *buf;
- gegl_color_get_rgba4f(GEGL_COLOR(self->obj), &buf);
- return Py_BuildValue("O", buf);
-}
-%%
override gegl_list_operations noargs
static PyObject *
_wrap_gegl_list_operations(PyObject *self)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]