diff options
author | Johan Dahlin <jdahlin@async.com.br> | 2008-05-31 21:28:33 +0000 |
---|---|---|
committer | Johan Dahlin <johan@src.gnome.org> | 2008-05-31 21:28:33 +0000 |
commit | 7a8c0642f5cc6e80e873f239984beeab7b9ba6ff (patch) | |
tree | 3253b638aafd973880c51593377fc2e263ac1566 /gobject-introspection-1.0.pc.in | |
parent | f8a4fe568bb27fe16b5b081464159549c7e10a57 (diff) | |
download | gobject-introspection-7a8c0642f5cc6e80e873f239984beeab7b9ba6ff.tar.gz |
Improve error reporting when trying to quote None. Do not print warnings
2008-05-31 Johan Dahlin <jdahlin@async.com.br>
* giscanner/xmlwriter.py:
Improve error reporting when trying to quote None.
* giscanner/girparser.py:
Do not print warnings when including more complete .gir files
* giscanner/girwriter.py:
Do not require a name for parameters, add a todo for singletons
* giscanner/glibtransformer.py:
Refactor the way structs are done, add a couple of hacks to allow
us to get further.
* giscanner/transformer.py:
Add enough hacks so cairo, atk and pango.gir can be parsed properly
* gobject-introspection-1.0.pc.in:
Export girdir, so we can access gobject-2.0.gir from outside
svn path=/trunk/; revision=280
Diffstat (limited to 'gobject-introspection-1.0.pc.in')
-rw-r--r-- | gobject-introspection-1.0.pc.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gobject-introspection-1.0.pc.in b/gobject-introspection-1.0.pc.in index 75569b88..34cee304 100644 --- a/gobject-introspection-1.0.pc.in +++ b/gobject-introspection-1.0.pc.in @@ -5,6 +5,7 @@ bindir=@bindir@ includedir=@includedir@ g_ir_scanner=${bindir}/g-ir-scanner +girdir=${prefix}/share/gir # FIXME: These needs to be ported to the GIR format first # g_idl_generator=${bindir}/g-idl-generator |