1G-IR-COMPILER(1) G-IR-COMPILER(1)
2
3
4
6 g-ir-compiler - Typelib compiler
7
9 g-ir-compiler [OPTION...] GIRFILE
10
12 g-ir-compiler converts one or more GIR files into one or more typelib.
13 The output will be written to standard output unless the --output is
14 specified.
15
17 --help Show help options
18
19 --output=FILENAME
20 Save the resulting output in FILENAME.
21
22 --verbose
23 Show verbose messages
24
25 --debug
26 Show debug messages
27
28 --includedir=DIRECTORY
29 Adds a directory which will be used to find includes inside the
30 GIR format.
31
32 --module=MODULE
33 FIXME
34
35 --shared-library=FILENAME
36 Specifies the shared library where the symbols in the typelib
37 can be found. The name of the library should not contain the
38 ending shared library suffix.
39
40 --version
41 Show program's version number and exit
42
44 Report bugs at
45 https://gitlab.gnome.org/GNOME/gobject-introspection/issues
46
48 https://gi.readthedocs.io/
49
51 Mattias Clasen
52
53
54
55
56 G-IR-COMPILER(1)