summaryrefslogtreecommitdiff
path: root/docs/website/tools/g-ir-compiler.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/website/tools/g-ir-compiler.rst')
-rw-r--r--docs/website/tools/g-ir-compiler.rst68
1 files changed, 68 insertions, 0 deletions
diff --git a/docs/website/tools/g-ir-compiler.rst b/docs/website/tools/g-ir-compiler.rst
new file mode 100644
index 00000000..e87a9abd
--- /dev/null
+++ b/docs/website/tools/g-ir-compiler.rst
@@ -0,0 +1,68 @@
+=============
+g-ir-compiler
+=============
+
+----------------
+Typelib compiler
+----------------
+
+:Manual section: 1
+
+
+SYNOPSIS
+========
+
+**g-ir-compiler** [OPTION...] GIRFILE
+
+
+DESCRIPTION
+===========
+
+g-ir-compiler converts one or more GIR files into one or more typelib. The
+output will be written to standard output unless the ``--output`` is
+specified.
+
+
+OPTIONS
+=======
+
+--help
+ Show help options
+
+--output=FILENAME
+ Save the resulting output in FILENAME.
+
+--verbose
+ Show verbose messages
+
+--debug
+ Show debug messages
+
+--includedir=DIRECTORY
+ Adds a directory which will be used to find includes inside the GIR format.
+
+--module=MODULE
+ FIXME
+
+--shared-library=FILENAME
+ Specifies the shared library where the symbols in the typelib can be
+ found. The name of the library should not contain the ending shared
+ library suffix.
+
+
+BUGS
+====
+
+Report bugs at https://gitlab.gnome.org/GNOME/gobject-introspection/issues
+
+
+HOMEPAGE and CONTACT
+====================
+
+http://live.gnome.org/GObjectIntrospection
+
+
+AUTHORS
+=======
+
+Mattias Clasen