summaryrefslogtreecommitdiff
path: root/docs/website
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2021-06-23 23:12:04 +0100
committerEmmanuele Bassi <ebassi@gmail.com>2022-02-12 15:45:01 +0000
commit9894c7ebd9f0795082a03d3bd555d9a1b0e3900e (patch)
tree821a5396a9663df6c2f4de1a1a71e1164bd5f160 /docs/website
parent698a53859ae6cbdf351e0299d4d31227731bd706 (diff)
downloadgobject-introspection-9894c7ebd9f0795082a03d3bd555d9a1b0e3900e.tar.gz
Document the newly added g-ir-scanner CLI option
Diffstat (limited to 'docs/website')
-rw-r--r--docs/website/tools/g-ir-scanner.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/website/tools/g-ir-scanner.rst b/docs/website/tools/g-ir-scanner.rst
index 47bbc2ff..15fe401d 100644
--- a/docs/website/tools/g-ir-scanner.rst
+++ b/docs/website/tools/g-ir-scanner.rst
@@ -137,6 +137,12 @@ OPTIONS
option can be specified multiple times if the gir provides more packages.
If not specified, the packages specified with ``--pkg=`` will be used.
+--compiler=COMPILER
+ The C compiler to be used internally by g-ir-scanner when introspecting
+ the run time type information, like properties, signals, ancestors, and
+ implemented interfaces. It has the same semantics as the ``CC`` environment
+ variable.
+
--verbose
Be verbose, include some debugging information.