Commit e4cf973d by Tom Tromey Committed by Tom Tromey

* gcj.texi (Strings): Fix documentation for JvNewString.

From-SVN: r121356
parent 13a89f0a
2007-01-30 Tom Tromey <tromey@redhat.com>
* gcj.texi (Strings): Fix documentation for JvNewString.
2007-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> 2007-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* gcj.texi (Invoking gcjh, Invoking gjnih, Arrays): Fix some * gcj.texi (Invoking gcjh, Invoking gjnih, Arrays): Fix some
......
...@@ -2083,9 +2083,9 @@ working with Java Java @code{String} objects. ...@@ -2083,9 +2083,9 @@ working with Java Java @code{String} objects.
The names and interfaces are analogous to those of @acronym{JNI}. The names and interfaces are analogous to those of @acronym{JNI}.
@deftypefun jstring JvNewString (const char* @var{chars}, jsize @var{len}) @deftypefun jstring JvNewString (const jchar* @var{chars}, jsize @var{len})
Returns a Java @code{String} object with characters from the C string Returns a Java @code{String} object with characters from the array of
@var{chars} up to the index @var{len} in that array. Unicode characters @var{chars} up to the index @var{len} in that array.
@end deftypefun @end deftypefun
@deftypefun jstring JvNewStringLatin1 (const char* @var{bytes}, jsize @var{len}) @deftypefun jstring JvNewStringLatin1 (const char* @var{bytes}, jsize @var{len})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment