[gobject-introspection] Add a script to import gobject annotations
- From: Johan Dahlin <johan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gobject-introspection] Add a script to import gobject annotations
- Date: Fri, 24 Sep 2010 19:32:19 +0000 (UTC)
commit e734369158a6da373f8213abe58efbde4d0b0904
Author: Johan Dahlin <johan gnome org>
Date: Fri Sep 24 16:24:17 2010 -0300
Add a script to import gobject annotations
misc/extract-gobject-sources.sh | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/misc/extract-gobject-sources.sh b/misc/extract-gobject-sources.sh
new file mode 100755
index 0000000..9e7679e
--- /dev/null
+++ b/misc/extract-gobject-sources.sh
@@ -0,0 +1,9 @@
+#!/bin/sh
+GLIBDIR=$1
+tools/g-ir-annotation-tool --extract \
+ -DGOBJECT_COMPILATION \
+ -I$GLIBDIR \
+ -I$GLIBDIR/glib \
+ -I$GLIBDIR/gobject \
+ -I$GLIBDIR/gmodule \
+ $GLIBDIR/gobject/*.c $GLIBDIR/gobject/*.h
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]