[gegl] introspection: Enable scanning of files with GeglMatrix types
- From: Jon Nordby <jonnor src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] introspection: Enable scanning of files with GeglMatrix types
- Date: Wed, 6 Apr 2011 17:21:10 +0000 (UTC)
commit f76a94edc6c1f1a751d80ed4cfdea9baa79cecc6
Author: Jon Nordby <jononor gmail com>
Date: Thu Mar 31 20:14:24 2011 +0200
introspection: Enable scanning of files with GeglMatrix types
examples/introspection.py | 2 ++
gegl/Makefile.am | 13 ++++++-------
2 files changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/examples/introspection.py b/examples/introspection.py
index b383cc8..315b914 100755
--- a/examples/introspection.py
+++ b/examples/introspection.py
@@ -16,3 +16,5 @@ if __name__ == '__main__':
# Right now just a sanity check
node = Gegl.Node.new()
print dir(node)
+
+ print dir(Gegl.Matrix3)
diff --git a/gegl/Makefile.am b/gegl/Makefile.am
index 33933e7..e41dfbe 100644
--- a/gegl/Makefile.am
+++ b/gegl/Makefile.am
@@ -39,6 +39,7 @@ GEGL_introspectable_headers = \
gegl.h \
gegl-types.h \
gegl-utils.h \
+ gegl-matrix.h \
gegl-lookup.h \
gegl-plugin.h \
gegl-version.h \
@@ -50,12 +51,11 @@ GEGL_introspectable_headers = \
buffer/gegl-tile-source.h \
property-types/gegl-paramspecs.h \
property-types/gegl-color.h \
+ property-types/gegl-path.h \
property-types/gegl-curve.h
GEGL_public_HEADERS = \
$(GEGL_introspectable_headers) \
- property-types/gegl-path.h \
- gegl-matrix.h \
gegl-chant.h
GEGL_introspectable_sources = \
@@ -69,6 +69,7 @@ GEGL_introspectable_sources = \
gegl-utils.c \
gegl-lookup.c \
gegl-xml.c \
+ gegl-matrix.c \
\
gegl-lookup.h \
gegl-config.h \
@@ -81,14 +82,12 @@ GEGL_introspectable_sources = \
gegl-module.h \
gegl-plugin.h \
gegl-types-internal.h \
- gegl-xml.h
+ gegl-xml.h \
+ gegl-matrix.h
GEGL_sources = \
$(GEGL_introspectable_sources) \
- gegl-matrix.c \
- \
- gegl-chant.h \
- gegl-matrix.h
+ gegl-chant.h
lib_LTLIBRARIES = libgegl- GEGL_API_VERSION@.la
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]