diff options
author | Johan Dahlin <johan@gnome.org> | 2010-08-13 10:32:37 -0300 |
---|---|---|
committer | Johan Dahlin <johan@gnome.org> | 2010-08-13 10:34:26 -0300 |
commit | b4fdcffa6f11605d55ff124f396dc621eaf5334c (patch) | |
tree | 7c953ac718ee070936515788287b6e3d8f2749c4 /docs | |
parent | 9a24233bed0e64b34f47f78e094df918fc85dcaf (diff) | |
download | gobject-introspection-b4fdcffa6f11605d55ff124f396dc621eaf5334c.tar.gz |
[man] Mention XDG_DATA_DIRS
Diffstat (limited to 'docs')
-rw-r--r-- | docs/g-ir-scanner.1 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/g-ir-scanner.1 b/docs/g-ir-scanner.1 index b43d3f18..602f89f3 100644 --- a/docs/g-ir-scanner.1 +++ b/docs/g-ir-scanner.1 @@ -136,7 +136,10 @@ The example above will add a new method called get_with to the TestDrawable clas .B \--xpath-assertions=FILENAME Loads a list xpath assertions from FILENAME, this is useful for verifying that the GIR itself is properly generated. -.TP +.SH ENVIRONMENT VARIABLES +The g-ir-scanner uses the XDG_DATA_DIRS variable to check for dirs, +the gir's are located in XDG_DATA_DIRS/share/gir-1.0. It is normally +set on a distribution so you shouldn't need to set it yourself. .SH BUGS Report bugs at http://bugzilla.gnome.org/ in the glib product and introspection component. |