; * src/androidterm.c (android_text_to_string): Fix commentary.
This commit is contained in:
parent
dc8f09b3b0
commit
a85f31c4a4
1 changed files with 6 additions and 6 deletions
|
@ -4869,17 +4869,17 @@ android_perform_conversion_query (void *data)
|
|||
context->success = true;
|
||||
}
|
||||
|
||||
/* Convert a string BUFFERS containing N characters in Emacs's
|
||||
internal multibyte encoding to a Java string utilizing the
|
||||
specified JNI environment.
|
||||
/* Convert a string in BUFFER, containing N characters in Emacs's
|
||||
internal multibyte encoding, to a Java string utilizing the
|
||||
specified JNI environment ENV.
|
||||
|
||||
If N is equal to BYTES, then BUFFER is a single byte buffer.
|
||||
Otherwise, BUFFER is a multibyte buffer.
|
||||
If N is equal to BYTES, then BUFFER holds unibyte or plain-ASCII
|
||||
characters. Otherwise, BUFFER holds multibyte characters.
|
||||
|
||||
Make sure N and BYTES are absolutely correct, or you are asking for
|
||||
trouble.
|
||||
|
||||
Value is the string upon success, NULL otherwise. Any exceptions
|
||||
Value is a jstring upon success, NULL otherwise. Any exceptions
|
||||
generated are not cleared. */
|
||||
|
||||
static jstring
|
||||
|
|
Loading…
Add table
Reference in a new issue