diff options
author | Colin Walters <walters@src.gnome.org> | 2008-11-13 19:57:12 +0000 |
---|---|---|
committer | Colin Walters <walters@src.gnome.org> | 2008-11-13 19:57:12 +0000 |
commit | b76cca0eb5ea3363ef738b7c9b3d3e9eefea6b79 (patch) | |
tree | d11bbc4e4fcf7fbf927a2ac801f793dfcc9bbfed /docs/g-ir-scanner.1 | |
parent | b1b589ab793633352be375e18f0b3a821ae70afe (diff) | |
download | gobject-introspection-b76cca0eb5ea3363ef738b7c9b3d3e9eefea6b79.tar.gz |
Bug 558436 - avoid having scanner load app code
svn path=/trunk/; revision=912
Diffstat (limited to 'docs/g-ir-scanner.1')
-rw-r--r-- | docs/g-ir-scanner.1 | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/docs/g-ir-scanner.1 b/docs/g-ir-scanner.1 index 9148a359..315f678e 100644 --- a/docs/g-ir-scanner.1 +++ b/docs/g-ir-scanner.1 @@ -43,14 +43,27 @@ Include this directory when searching for a library. This option can be specified multiple times to include more than one directory to look for libraries in. .TP -.B \-n, ---namspace=NAME +.B \-n, ---namespace=NAME The namespace name. This name should be capitalized, eg the first letter should be upper case. Examples: Gtk, Clutter, WebKit. .TP +.B \---no-libtool +Disable usage of libtool for compiling stub introspection binary. Use this +if your build system does not require libtool. +.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 \-p, ---program=PROGRAM +Specifies a binary that will be introspected. This means that the +*_get_type() functions in it will be called for GObject data types. +The binary must be modified to take a --introspect= option, and +to pass the argument to this function to g_irepository_dump. +.TP +.B \---program-arg=ARG +Additional argument to pass to program for introspection. +.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. |