summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2023-05-09 14:06:46 +1200
committerOlly Betts <olly@survex.com>2023-05-09 14:06:46 +1200
commit38f8f15fcd4747cb1db136de74874dd779a75c6f (patch)
tree0ef1adc5a16f19bc4b9e6324ac08e1b65b96293c /Doc
parent6085a9661edd6bbfbe0dbffd187afda8be8aefd0 (diff)
downloadswig-38f8f15fcd4747cb1db136de74874dd779a75c6f.tar.gz
[doc] Fix SWIG_AsCharPtrAndSize arg types
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Manual/Ruby.html2
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>