diff options
author | Colin Walters <walters@verbum.org> | 2010-09-01 12:19:27 -0400 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2010-09-01 12:19:27 -0400 |
commit | 5d114c3832a8ac6b3897c02be420d299fb90692c (patch) | |
tree | 4e3de0fdd35bbce1cc5285ddb1e5db8224e99659 /docs/g-ir-scanner.1 | |
parent | f27f88de77ba4a84e2523a473d0af62b1c731f8d (diff) | |
download | gobject-introspection-5d114c3832a8ac6b3897c02be420d299fb90692c.tar.gz |
scanner: Add --accept-unprefixed
This is necessary for Mutter right now.
Diffstat (limited to 'docs/g-ir-scanner.1')
-rw-r--r-- | docs/g-ir-scanner.1 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/g-ir-scanner.1 b/docs/g-ir-scanner.1 index 7e08d1d8..cb5a50a1 100644 --- a/docs/g-ir-scanner.1 +++ b/docs/g-ir-scanner.1 @@ -103,6 +103,10 @@ will export the symbol as .B Foo.Bar.do_something. .TP +.B \--accept-unprefixed +If specified, the scanner will accept identifiers and symbols which +do not match the namespace prefix. Try to avoid using this if possible. +.TP .B \--output=FILENAME Name of the file to output. Normally namespace + format extension. Eg, GLib-2.0.gir. |