Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXan Lopez <xan@src.gnome.org>2009-02-08 08:49:46 (GMT)
committer Xan Lopez <xan@src.gnome.org>2009-02-08 08:49:46 (GMT)
commit07203a67fc136d36c1ff67c707a52c8fd6809fa7 (patch)
tree5f7af741563ff1ec544ae57604dd63d41b8b5d3a
parent1f10c8f2b633abc843e0376d06052d0e07c632a0 (diff)
g-ir-scanner.1: add information about include paths for source files.
svn path=/trunk/; revision=1092
-rw-r--r--docs/g-ir-scanner.16
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/g-ir-scanner.1 b/docs/g-ir-scanner.1
index f3c13c1..da94554 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.