diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-01-19 07:50:29 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-01-19 07:50:29 (GMT) |
commit | 81e7dac31476b2b8ae2f1de245ac549b6a9512bd (patch) | |
tree | 0823b506789e4f905a00ae89e0174fcef8fa3894 /doc/ByteArrObj.3 | |
parent | dbd3f823aa0643083cc896c944c8188782f84153 (diff) | |
download | tcl-81e7dac31476b2b8ae2f1de245ac549b6a9512bd.zip tcl-81e7dac31476b2b8ae2f1de245ac549b6a9512bd.tar.gz tcl-81e7dac31476b2b8ae2f1de245ac549b6a9512bd.tar.bz2 |
Document that Tcl_GetByteArrayFromObj accepts a size_t *lengthPtr as well (TIP #481)
Diffstat (limited to 'doc/ByteArrObj.3')
-rw-r--r-- | doc/ByteArrObj.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ByteArrObj.3 b/doc/ByteArrObj.3 index ff0b4e1..b0ef9a7 100644 --- a/doc/ByteArrObj.3 +++ b/doc/ByteArrObj.3 @@ -37,7 +37,7 @@ byte-array type. For \fBTcl_GetByteArrayFromObj\fR and \fBTcl_SetByteArrayLength\fR, this points to the value from which to get the byte-array value; if \fIobjPtr\fR does not already point to a byte-array value, it will be converted to one. -.AP int *lengthPtr out +.AP size_t | int *lengthPtr out If non-NULL, filled with the length of the array of bytes in the value. .BE |