Type Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
I
 ino_context
 ino_method_cb
 ino_variant
 ino_variant_type
typedef void* ino_context
Execution context.
typedef ino_variant (
   *ino_method_cb
)(ino_context ctx, const ino_variant *args, size_t n_args)
Native method callback.
typedef void* ino_variant
Variant.
Variant type.
Close