summaryrefslogtreecommitdiff
path: root/docs/g-ir-generate.1
blob: b42bc7e002b888cafa19898ffdb89cbb5b3b66f8 (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
.TH "g-ir-generate" 1
.SH NAME
g-ir-generate \- typelib generator
.SH SYNOPSIS
.B g-ir-generate
[OPTION...] FILES...
.SH DESCRIPTION
g-ir-generate is an GIR generator, using the repository API. It generates
GIR files from a raw typelib or in a shared library (--shlib).
The output will be written to standard output unless the --output 
is specified.
.SH OPTIONS
.TP
.B \, --help
Show help options
.TP
.B \, --shlib=FILENAME
The shared library to read the symbols from.
.TP
.B \, --output=FILENAME
Save the resulting output in FILENAME.
.TP
.SH BUGS
Report bugs at http://bugzilla.gnome.org/ in the gobject-introspection product.
.SH HOMEPAGE and CONTACT
http://live.gnome.org/GObjectIntrospection
.SH AUTHORS
Mattias Clasen