Next: , Previous: , Up: Tutorial   [Contents][Index]


2.4 Argument Conversion

The bulk of Guile-GI is the code that converts Scheme function arguments to and from from the native arguments and return values that a library expects. Guile-GI tries to do it in a predictable and unsurprising way, but, the conversion from Scheme to native types has some mismatch.