Mercurial > pub > dyncall > bindings
annotate java/jdc/org_dyncall_DC.h @ 6:80273969f043
- ruby binding path cleanup, previous version required bindings and dyncall be checked out in same parent directory
author | cslag |
---|---|
date | Sat, 26 Mar 2016 00:12:40 +0100 |
parents | 0cfcc391201f |
children |
rev | line source |
---|---|
0 | 1 /* DO NOT EDIT THIS FILE - it is machine generated */ |
2 #include <jni.h> | |
3 /* Header for class org_dyncall_DC */ | |
4 | |
5 #ifndef _Included_org_dyncall_DC | |
6 #define _Included_org_dyncall_DC | |
7 #ifdef __cplusplus | |
8 extern "C" { | |
9 #endif | |
10 /* | |
11 * Class: org_dyncall_DC | |
12 * Method: newCallVM | |
13 * Signature: (II)Lorg/dyncall/callvm; | |
14 */ | |
15 JNIEXPORT jobject JNICALL Java_org_dyncall_DC_newCallVM | |
16 (JNIEnv *, jclass, jint, jint); | |
17 | |
18 #ifdef __cplusplus | |
19 } | |
20 #endif | |
21 #endif |