diff options
author | Johan Dahlin <johan@src.gnome.org> | 2008-10-30 22:08:30 +0000 |
---|---|---|
committer | Johan Dahlin <johan@src.gnome.org> | 2008-10-30 22:08:30 +0000 |
commit | 70d91869ea55c545df65849fbe4120be44dfeba3 (patch) | |
tree | 1cef4fd3a066634fada397c549569ae1b251fe13 /docs | |
parent | 87c726c082ebac832916b4f9c0289cb4b77f7aef (diff) | |
download | gobject-introspection-70d91869ea55c545df65849fbe4120be44dfeba3.tar.gz |
Add --nsversion docs
svn path=/trunk/; revision=848
Diffstat (limited to 'docs')
-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 789e2c6f..764d7a13 100644 --- a/docs/g-ir-scanner.1 +++ b/docs/g-ir-scanner.1 @@ -43,6 +43,10 @@ directory to look for libraries in. The namespace name. This name should be capitalized, eg the first letter should be upper case. Examples: Gtk, Clutter, WebKit. .TP +.B ---nsversion=VERSION +The namespace version. For instance 1.0. This is usually the platform version, +eg 2.0 for Gtk+, not 2.12.7. +.TP .B \, ---strip-prefix=PREFIX If this option is specified a prefix will be stripped from all functions. If not specified, the lower case version of the namespace will be used. |