[gegl] build: Don't scan file using non-defined GI types
- From: Jon Nordby <jonnor src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] build: Don't scan file using non-defined GI types
- Date: Wed, 30 Mar 2011 21:55:24 +0000 (UTC)
commit edcb72b257a712197c2197e313acf75bfc89357e
Author: Jon Nordby <jononor gmail com>
Date: Wed Mar 30 23:47:55 2011 +0200
build: Don't scan file using non-defined GI types
Older versions of gobject-introspection would fail in this case,
where as newer versions has saner error handling.
gegl/Makefile.am | 2 +-
gegl/property-types/gegl-path.c | 9 +++++++++
2 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/gegl/Makefile.am b/gegl/Makefile.am
index 59c80cf..33933e7 100644
--- a/gegl/Makefile.am
+++ b/gegl/Makefile.am
@@ -50,11 +50,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
diff --git a/gegl/property-types/gegl-path.c b/gegl/property-types/gegl-path.c
index a4b5657..fca53b2 100644
--- a/gegl/property-types/gegl-path.c
+++ b/gegl/property-types/gegl-path.c
@@ -313,6 +313,9 @@ static GeglPathList *flatten_curve (GeglMatrix3 matrix,
return head;
}
+/**
+ * gegl_path_list_flatten: (skip)
+ */
static GeglPathList *
gegl_path_list_flatten (GeglMatrix3 matrix,
GeglPathList *original)
@@ -793,6 +796,9 @@ void gegl_path_thaw (GeglPath *path)
gegl_path_emit_changed (path, NULL); /* expose a full changed */
}
+/**
+ * gegl_path_get_matrix: (skip)
+ */
void
gegl_path_get_matrix (GeglPath *path,
GeglMatrix3 matrix)
@@ -801,6 +807,9 @@ gegl_path_get_matrix (GeglPath *path,
gegl_matrix3_copy (matrix, priv->matrix);
}
+/**
+ * gegl_path_set_matrix: (skip)
+ */
void
gegl_path_set_matrix (GeglPath *path,
GeglMatrix3 matrix)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]