diff options
author | Luca Bruno <lethalman88@gmail.com> | 2010-08-25 19:50:17 +0200 |
---|---|---|
committer | Luca Bruno <lethalman88@gmail.com> | 2010-08-28 11:30:36 +0200 |
commit | e108d02cf2d177293085380900ce1607b0f601bf (patch) | |
tree | 5dfd7df16563f04243616fbfe248f5db00d51d42 /docs/g-ir-scanner.1 | |
parent | 1e248330360848a6f400cd403bce79c5d48def42 (diff) | |
download | gobject-introspection-e108d02cf2d177293085380900ce1607b0f601bf.tar.gz |
Makefile.introspection: Add _EXPORT_PACKAGES variable.
This new variable maps to --pkg-export.
Diffstat (limited to 'docs/g-ir-scanner.1')
-rw-r--r-- | docs/g-ir-scanner.1 | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/docs/g-ir-scanner.1 b/docs/g-ir-scanner.1 index 69fc6eee..3b071e87 100644 --- a/docs/g-ir-scanner.1 +++ b/docs/g-ir-scanner.1 @@ -82,7 +82,7 @@ to pass the argument to this function to g_irepository_dump. .B \--program-arg=ARG Additional argument to pass to program for introspection. .TP -.B \, --strip-prefix=PREFIX +.B \--strip-prefix=PREFIX If this option is specified a prefix will be stripped from all functions. If not specified, the lower case version of the namespace will be used. Eg, a strip prefix of @@ -94,15 +94,21 @@ will export the function as .B GLib.type_name. .TP -.B \, --output=FILENAME +.B \--output=FILENAME Name of the file to output. Normally namespace + format extension. Eg, GLib.gir. .TP -.B \, --pkg=PACKAGE +.B \--pkg=PACKAGE List of pkg-config packages to get compiler and linker flags from. This option can be specified multiple times to include flags from several pkg-config packages. .TP +.B \--pkg-export=PACKAGE +List of pkg-config packages that are provided by the generated gir. +This option can be specified multiple times if the gir provides more +packages. +If not specified, the packages specified with --pkg= will be used. +.TP .B \--verbose Be verbose, include some debugging information. .TP |