* gcj.texi (Strings): Fix documentation for JvNewString.
authorTom Tromey <tromey@redhat.com>
Tue, 30 Jan 2007 19:58:19 +0000 (19:58 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Tue, 30 Jan 2007 19:58:19 +0000 (19:58 +0000)
From-SVN: r121356

gcc/java/ChangeLog
gcc/java/gcj.texi

index ac96f7fe72735f90df5e874af6485e146a39b9c3..79dbfc48df8a2b4826cd7a29ce9f6ac8975c1fe9 100644 (file)
@@ -1,3 +1,7 @@
+2007-01-30  Tom Tromey  <tromey@redhat.com>
+
+       * gcj.texi (Strings): Fix documentation for JvNewString.
+
 2007-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * gcj.texi (Invoking gcjh, Invoking gjnih, Arrays): Fix some
index b978958906189a6df774bfc6f8dce8f6e5d81371..aa86ba489ea3e4e8b3a6eb3968446c8f61c04f34 100644 (file)
@@ -2083,9 +2083,9 @@ working with Java Java @code{String} objects.
 The names and interfaces are analogous to those of @acronym{JNI}.
 
 
-@deftypefun jstring JvNewString (const char* @var{chars}, jsize @var{len})
-Returns a Java @code{String} object with characters from the C string
-@var{chars} up to the index @var{len} in that array.
+@deftypefun jstring JvNewString (const jchar* @var{chars}, jsize @var{len})
+Returns a Java @code{String} object with characters from the array of 
+Unicode characters @var{chars} up to the index @var{len} in that array.
 @end deftypefun
 
 @deftypefun jstring JvNewStringLatin1 (const char* @var{bytes}, jsize @var{len})