[goocanvas] a few introspection fixes.
- From: Damon Chaplin <damon src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [goocanvas] a few introspection fixes.
- Date: Wed, 14 Dec 2016 23:45:27 +0000 (UTC)
commit 1b0485f167cd97bf9133c25010b30130f2cc7433
Author: Damon Chaplin <Damon A Chaplin gmail com>
Date: Tue Dec 13 13:31:56 2016 +0000
a few introspection fixes.
.gitignore | 1 +
ChangeLog | 8 ++++++++
src/Makefile.am | 2 +-
src/goocanvasutils.c | 3 ++-
4 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c15a930..54b469d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -39,6 +39,7 @@ Makefile.in
/goocanvas-2.0.pc
/gtk-doc.make
/gtk-doc.m4
+/compile
/install-sh
/libtool
/ltmain.sh
diff --git a/ChangeLog b/ChangeLog
index 44e3df6..4fd2069 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2016-12-13 Damon Chaplin <damon localhost lan>
+ * src/goocanvasutils.c (goo_canvas_create_path): added (element-type)
+ annotation.
+
+ * src/Makefile.am: moved goocanvasprivate.h to _extra_sources so
+ it doesn't get scanned for introspection.
+
+2016-12-13 Damon Chaplin <damon localhost lan>
+
* demo/*.c: remove deprecated GTK+ calls.
2013-11-02 Damon Chaplin <damon gnome org>
diff --git a/src/Makefile.am b/src/Makefile.am
index e5d9693..1abf2d5 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -59,7 +59,6 @@ libgoocanvas_2_0_la_SOURCES = \
goocanvasmarshal.c \
goocanvaspolyline.c \
goocanvaspath.c \
- goocanvasprivate.h \
goocanvasrect.c \
goocanvasstyle.c \
goocanvastable.c \
@@ -69,6 +68,7 @@ libgoocanvas_2_0_la_SOURCES = \
goocanvas.c
libgoocanvas_extra_sources = \
+ goocanvasprivate.h \
goocanvasmarshal.list
libgoocanvas_built_headers = \
diff --git a/src/goocanvasutils.c b/src/goocanvasutils.c
index 67c6ba1..e54e46e 100644
--- a/src/goocanvasutils.c
+++ b/src/goocanvasutils.c
@@ -1058,7 +1058,8 @@ do_elliptical_arc (GooCanvasPathCommand *cmd,
/**
* goo_canvas_create_path:
- * @commands: an array of #GooCanvasPathCommand.
+ * @commands: (element-type GooCanvasPathCommand): an array of
+ * #GooCanvasPathCommand.
* @cr: a cairo context.
*
* Creates the path specified by the given #GooCanvasPathCommand array.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]