diff options
author | Olly Betts <olly@survex.com> | 2023-05-09 14:06:46 +1200 |
---|---|---|
committer | Olly Betts <olly@survex.com> | 2023-05-09 14:06:46 +1200 |
commit | 38f8f15fcd4747cb1db136de74874dd779a75c6f (patch) | |
tree | 0ef1adc5a16f19bc4b9e6324ac08e1b65b96293c | |
parent | 6085a9661edd6bbfbe0dbffd187afda8be8aefd0 (diff) | |
download | swig-38f8f15fcd4747cb1db136de74874dd779a75c6f.tar.gz |
[doc] Fix SWIG_AsCharPtrAndSize arg types
-rw-r--r-- | Doc/Manual/Ruby.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Manual/Ruby.html b/Doc/Manual/Ruby.html index e85faec42..f66d22130 100644 --- a/Doc/Manual/Ruby.html +++ b/Doc/Manual/Ruby.html @@ -3411,7 +3411,7 @@ versions do not, but return a status value to indicate success (<tt>SWIG_OK</tt> </tr> <tr> <td>char * StringValuePtr(String)</td> - <td>SWIG_AsCharPtrAndSize(VALUE, char*, size_t, int* alloc)</td> + <td>SWIG_AsCharPtrAndSize(VALUE, char**, size_t*, int* alloc)</td> </tr> <tr> <td>char * rb_str2cstr(String, int*length)</td> |