Djinni Library
2.0.0
Cross-Platform Library
Java
ObjC
C++/CLI
C++
Interface Definition
Djinni IDL file:
native = interface +j +o +s {
hello_from_native(): string;
}
example = interface +c {
static hello_from_cpp(): string;
static hello_from_native(from: native): string;
}
Generated by
1.9.4