glib/docs/website/tools/g-ir-generate.rst
Christoph Reiter 1bda59fcc9 Add a --version option to g-ir-compiler and g-ir-generate.
Resolves: gobject-introspection#55
2024-02-14 12:07:46 +00:00

58 lines
870 B
ReStructuredText

=============
g-ir-generate
=============
-----------------
Typelib generator
-----------------
:Manual section: 1
SYNOPSIS
========
**g-ir-generate** [OPTION...] FILES...
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.
OPTIONS
=======
--help
Show help options
--shlib=FILENAME
The shared library to read the symbols from.
--output=FILENAME
Save the resulting output in FILENAME.
--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