comparison jni/Exec/com_google_ase_Exec.h @ 0:0ce5cc452d02

initial version
author Carl Byington <carl@five-ten-sg.com>
date Thu, 22 May 2014 10:41:19 -0700
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:0ce5cc452d02
1 /* DO NOT EDIT THIS FILE - it is machine generated */
2 #include <jni.h>
3 /* Header for class com_google_ase_Exec */
4
5 #ifndef _Included_com_google_ase_Exec
6 #define _Included_com_google_ase_Exec
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 /*
11 * Class: com_google_ase_Exec
12 * Method: createSubprocess
13 * Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;[I)Ljava/io/FileDescriptor;
14 */
15 JNIEXPORT jobject JNICALL Java_com_google_ase_Exec_createSubprocess
16 (JNIEnv *, jclass, jstring, jstring, jstring, jintArray);
17
18 /*
19 * Class: com_google_ase_Exec
20 * Method: setPtyWindowSize
21 * Signature: (Ljava/io/FileDescriptor;IIII)V
22 */
23 JNIEXPORT void JNICALL Java_com_google_ase_Exec_setPtyWindowSize
24 (JNIEnv *, jclass, jobject, jint, jint, jint, jint);
25
26 /*
27 * Class: com_google_ase_Exec
28 * Method: waitFor
29 * Signature: (I)I
30 */
31 JNIEXPORT jint JNICALL Java_com_google_ase_Exec_waitFor(JNIEnv *, jclass, jint);
32
33 /*
34 * Class: com_google_ase_Exec
35 * Method: register
36 * Signature: ()I
37 */
38 JNIEXPORT jint JNICALL Java_com_google_ase_Exec_register(JNIEnv *, jclass);
39
40 #ifdef __cplusplus
41 }
42 #endif
43 #endif