diff options
author | Colin Walters <walters@verbum.org> | 2011-05-02 12:25:10 -0400 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2011-05-02 12:25:52 -0400 |
commit | 2330248ea37ad1251da58700ffb1ea0d578523ee (patch) | |
tree | d2111fefaa4b01b562d795cd1232745c429339fc /docs | |
parent | 0d969f448e71beab3c67975bc40822654eb1b90a (diff) | |
download | gobject-introspection-2330248ea37ad1251da58700ffb1ea0d578523ee.tar.gz |
Add GI_SCANNER_DISABLE_CACHE environment variable
https://bugzilla.gnome.org/show_bug.cgi?id=649054
Diffstat (limited to 'docs')
-rw-r--r-- | docs/g-ir-scanner.1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/g-ir-scanner.1 b/docs/g-ir-scanner.1 index 7108dda6..847c78b8 100644 --- a/docs/g-ir-scanner.1 +++ b/docs/g-ir-scanner.1 @@ -133,6 +133,9 @@ Be verbose, include some debugging information. 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. + +The variable GI_SCANNER_DISABLE_CACHE ensures that the scanner will +not write cache data to $HOME. .SH BUGS Report bugs at http://bugzilla.gnome.org/ in the glib product and introspection component. |