summaryrefslogtreecommitdiff
path: root/docs/website/tools/g-ir-compiler.rst
blob: 5c17a7ce9b9e2994f66fdeb31d0d9098fa7a19ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
=============
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.

--version
    Show program's version number and exit


BUGS
====

Report bugs at https://gitlab.gnome.org/GNOME/gobject-introspection/issues


HOMEPAGE and CONTACT
====================

http://live.gnome.org/GObjectIntrospection


AUTHORS
=======

Mattias Clasen