diff options
author | Xan Lopez <xan@src.gnome.org> | 2009-02-08 08:49:46 +0000 |
---|---|---|
committer | Xan Lopez <xan@src.gnome.org> | 2009-02-08 08:49:46 +0000 |
commit | 07203a67fc136d36c1ff67c707a52c8fd6809fa7 (patch) | |
tree | 5f7af741563ff1ec544ae57604dd63d41b8b5d3a /docs/g-ir-scanner.1 | |
parent | 1f10c8f2b633abc843e0376d06052d0e07c632a0 (diff) | |
download | gobject-introspection-07203a67fc136d36c1ff67c707a52c8fd6809fa7.tar.gz |
g-ir-scanner.1: add information about include paths for source files.
svn path=/trunk/; revision=1092
Diffstat (limited to 'docs/g-ir-scanner.1')
-rw-r--r-- | docs/g-ir-scanner.1 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/g-ir-scanner.1 b/docs/g-ir-scanner.1 index f3c13c15..da945545 100644 --- a/docs/g-ir-scanner.1 +++ b/docs/g-ir-scanner.1 @@ -43,6 +43,12 @@ 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 \-Idirectory +Include this directory in the list of directories to be searched for +header files. You need to pass to the scanner all the directories +you'd normally pass to the compiler when using the specified source +files. +.TP .B \-n, ---namespace=NAME The namespace name. This name should be capitalized, eg the first letter should be upper case. Examples: Gtk, Clutter, WebKit. |