Go to the first, previous, next, last section, table of contents.


Invoking gi

gi understands the following options:

-dgc number
Define the debugging verbosity of the garbage collector used within the gi. By default the garbage collection is turned off, which is equal to -dgc-1. To enable it without debugging information, supply -dgc 0. You normally do not enable gc.
-F
Force writing of the applicable interface files irrespective of their modification time relative to the implementation files. Normally, an interface is only generated if it does not exist or if its modification time is less recent than that of the corresponding implementation.
-fcomments
-fno-comments
Include (or not) top-level C-style comments in the output. Default is not to include comments.
-fdocumentation
-fno-documentations
Include (or not) top-level documentation comments in the output. Default is not to include documentation comments. Currently, only <doc>... </doc> comments are included. [Note: This is a bug. End note.]
-k
Continue with remaining files in case of an error. This is similar to the -k option to make(1).
-U unit
When generating the unit file, specify that the unit under consideration depends on the unit.


Go to the first, previous, next, last section, table of contents.