Next: , Previous: Basic Concepts, Up: API Reference


4.2 G-Wrap's High-level Interface

G-Wrap's high-level API lives in the (g-wrap) module, and partly in the (g-wrap c-types) module. These may be loaded using:

     (use-modules (g-wrap)
                  (g-wrap c-types))

The procedure it provides have a rather declarative style. This makes them easy to use. On the other hand, it does not leave much room for customization. Fine-grain customization of the wrapping generation, however, may be achieved using the lower-level code generation API (see G-Wrap's Code Generation API).