Skip to content

Instantly share code, notes, and snippets.

@sonOfRa
Created September 3, 2013 13:51
Show Gist options
  • Save sonOfRa/6424237 to your computer and use it in GitHub Desktop.
Save sonOfRa/6424237 to your computer and use it in GitHub Desktop.
/*
* 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