summaryrefslogtreecommitdiff
path: root/docs/g-ir-generate.1
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2008-08-29 09:25:29 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-08-29 09:25:29 +0000
commitb621a5b9579a776af4744c2a00febb1905118dc8 (patch)
tree36269fb18699a7cc20ffce68c43f8387ee64843d /docs/g-ir-generate.1
parent8cec06a574d0722ce08a4464e36451c200367ecd (diff)
downloadgobject-introspection-b621a5b9579a776af4744c2a00febb1905118dc8.tar.gz
Add man pages for the generator and compiler.
2008-08-29 Johan Dahlin <johan@gnome.org> * Makefile.am: * docs/g-ir-compiler.1: * docs/g-ir-generate.1: * docs/g-ir-scanner.1: Add man pages for the generator and compiler. svn path=/trunk/; revision=518
Diffstat (limited to 'docs/g-ir-generate.1')
-rw-r--r--docs/g-ir-generate.129
1 files changed, 29 insertions, 0 deletions
diff --git a/docs/g-ir-generate.1 b/docs/g-ir-generate.1
new file mode 100644
index 00000000..7914cce3
--- /dev/null
+++ b/docs/g-ir-generate.1
@@ -0,0 +1,29 @@
+%.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