glib/docs/g-ir-compiler.1
Dieter Verfaillie 0e11c0ad8d g-ir-compiler: remove references to --code, remove --no-init options
The "--code" option was removed years ago in ac81f3e8c5f1c380d16677232d67466e739da283
so remove references to it from README and g-ir-compiler(1)

Remove the "--no-init" option from g-ir-compiler and g-ir-compiler(1)
as it was documented to "can only be used if --code is also specified",
so no reason to keep it around.
2024-02-14 12:07:46 +00:00

43 lines
1.1 KiB
Groff

.TH "g-ir-compiler" 1
.SH NAME
g-ir-compiler \- typelib compiler.
.SH SYNOPSIS
.B g-ir-compiler
[OPTION...] GIRFILE
.SH DESCRIPTION
g-ir-compiler converts one or more GIR files into one or more typelib.
The output will be written to standard output unless the --output
is specified.
.SH OPTIONS
.TP
.B \---help
Show help options
.TP
.B \, ---output=FILENAME
Save the resulting output in FILENAME.
.TP
.B \---verbose
Show verbose messages
.TP
.B \---debug
Show debug messages
.TP
.B \---includedir=DIRECTORY
Adds a directory which will be used to find includes inside the GIR format.
.TP
.B \---module=MODULE
FIXME
.TP
.B \---shared-library=FILENAME
Specifies the shared library where the symbols in the typelib can be found.
The name of the library should not contain the leading lib prefix nor
the ending shared library suffix.
.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