Created
September 3, 2013 13:51
-
-
Save sonOfRa/6424237 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Class: im_tox_jtoxcore_JTox | |
* Method: tox_sendmessage | |
* Signature: (JILjava/lang/String;)I | |
*/ | |
JNIEXPORT jint JNICALL Java_im_tox_jtoxcore_JTox_tox_1sendmessage__JILjava_lang_String_2 | |
(JNIEnv *, jobject, jlong, jint, jstring); | |
/* | |
* Class: im_tox_jtoxcore_JTox | |
* Method: tox_sendmessage | |
* Signature: (JILjava/lang/String;I)I | |
*/ | |
JNIEXPORT jint JNICALL Java_im_tox_jtoxcore_JTox_tox_1sendmessage__JILjava_lang_String_2I | |
(JNIEnv *, jobject, jlong, jint, jstring, jint); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment