glib/docs/g-ir-generate.1
Johan Dahlin d500d23c58 Remove leading %
2008-09-06  Johan Dahlin  <johan@gnome.org>

    * docs/g-ir-generate.1: Remove leading %


svn path=/trunk/; revision=573
2024-02-14 12:07:45 +00:00

30 lines
738 B
Groff

.TH "g-ir-generate" 1
.SH NAME
g-ir-generate \- typelib generator
.SH SYNOPSIS
.B g-ir-generate
[OPTION...] FILES...
.SH DESCRIPTION
g-idl-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 glib product and
introspection component.
.SH HOMEPAGE and CONTACT
http://live.gnome.org/GObjectIntrospection
.SH AUTHORS
Mattias Clasen