Next: G-Wrap's Code Generation API, Previous: Basic Concepts, Up: API Reference [Contents][Index]
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).
• Wrapping a C Function: | ||
• Wrapping a C Constant: | ||
• Wrapping an Enumerate Type: | ||
• Wrapping a C Pointer Type: | ||
• C Types Provided in the Standard Wrapset: | ||
• Wrapping Another Simple C Type: |