1g-ir-compiler(1)            General Commands Manual           g-ir-compiler(1)
2
3
4

NAME

6       g-ir-compiler - typelib compiler.
7

SYNOPSIS

9       g-ir-compiler [OPTION...] GIRFILE
10

DESCRIPTION

12       g-ir-compiler  converts one or more GIR files into one or more typelib.
13       It can either emit the raw typelib blob (default behavior)  or  C  code
14       (--code).  The  output  will  be  written to standard output unless the
15       --output is specified.
16

OPTIONS

18       ---help
19              Show help options
20
21        ---code
22              Emit C code which is suitable for including in a shared  library
23              instead of a raw typelib.
24
25        ---output=FILENAME
26              Save the resulting output in FILENAME.
27
28       ---verbose
29              Show verbose messages
30
31       ---debug
32              Show debug messages
33
34       ---no-init
35              Do not include an initialization snippet to register the typelib
36              in the respository. This can only be  used  if  --code  is  also
37              specified.
38
39       ---includedir=DIRECTORY
40              Adds  a directory which will be used to find includes inside the
41              GIR format.
42
43       ---module=MODULE
44              FIXME
45
46       ---shared-library=FILENAME
47              Specifies the shared library where the symbols  in  the  typelib
48              can  be  found.   The name of the library should not contain the
49              leading lib prefix nor the ending shared library suffix.
50
51
52       BUGS   Report bugs at http://bugzilla.gnome.org/ in  the  glib  product
53              and introspection component.
54

HOMEPAGE and CONTACT

56       http://live.gnome.org/GObjectIntrospection
57

AUTHORS

59       Mattias Clasen
60
61
62
63                                                              g-ir-compiler(1)
Impressum