@@ -59319,15 +59319,15 @@ A nul character (U+0000) will be added to the result after the converted text.</
5931959319 <type name="glong" c:type="glong"/>
5932059320 </parameter>
5932159321 <parameter name="items_read" direction="out" caller-allocates="0" transfer-ownership="full" optional="1" allow-none="1">
59322- <doc xml:space="preserve">location to store number of
59323- bytes read, or `NULL`. If an error occurs then the index of the invalid
59324- input is stored here.</doc>
59322+ <doc xml:space="preserve">location to store number of bytes read, or
59323+ `NULL` to ignore . If an error occurs then the index of the invalid input is
59324+ stored here. The value stored here will never be negative .</doc>
5932559325 <type name="glong" c:type="glong*"/>
5932659326 </parameter>
5932759327 <parameter name="items_written" direction="out" caller-allocates="0" transfer-ownership="full" optional="1" allow-none="1">
5932859328 <doc xml:space="preserve">location to store number
59329- of `gunichar2` written, or `NULL`. The value stored here does not include
59330- the trailing nul.</doc>
59329+ of `gunichar2` written, or `NULL` to ignore . The value stored here does not
59330+ include the trailing nul, and will never be negative .</doc>
5933159331 <type name="glong" c:type="glong*"/>
5933259332 </parameter>
5933359333 </parameters>
@@ -59339,9 +59339,7 @@ to UTF-8.
5933959339The result will be terminated with a nul byte.</doc>
5934059340 <return-value transfer-ownership="full">
5934159341 <doc xml:space="preserve">a pointer to a newly allocated UTF-8 string.
59342- This value must be freed with [func@GLib.free]. If an error occurs,
59343- @items_read will be set to the position of the first invalid input
59344- character.</doc>
59342+ This value must be freed with [func@GLib.free].</doc>
5934559343 <type name="utf8" c:type="gchar*"/>
5934659344 </return-value>
5934759345 <parameters>
@@ -59357,14 +59355,15 @@ The result will be terminated with a nul byte.</doc>
5935759355 <type name="glong" c:type="glong"/>
5935859356 </parameter>
5935959357 <parameter name="items_read" direction="out" caller-allocates="0" transfer-ownership="full" optional="1" allow-none="1">
59360- <doc xml:space="preserve">location to store number of
59361- characters read, or `NULL`.</doc>
59358+ <doc xml:space="preserve">location to store number of characters read,
59359+ or `NULL` to ignore. If an error occurs then the index of the invalid input
59360+ is stored here. The value stored here will never be negative.</doc>
5936259361 <type name="glong" c:type="glong*"/>
5936359362 </parameter>
5936459363 <parameter name="items_written" direction="out" caller-allocates="0" transfer-ownership="full" optional="1" allow-none="1">
5936559364 <doc xml:space="preserve">location to store number
59366- of bytes written or `NULL`. The value here stored does not include the
59367- trailing nul byte .</doc>
59365+ of bytes written, or `NULL` to ignore . The value stored here does not
59366+ include the trailing nul, and will never be negative .</doc>
5936859367 <type name="glong" c:type="glong*"/>
5936959368 </parameter>
5937059369 </parameters>
@@ -60968,16 +60967,17 @@ The result will be nul-terminated.</doc>
6096860967 <type name="glong" c:type="glong"/>
6096960968 </parameter>
6097060969 <parameter name="items_read" direction="out" caller-allocates="0" transfer-ownership="full" optional="1" allow-none="1">
60971- <doc xml:space="preserve">location to store number of words read, or
60972- `NULL`. If `NULL`, then [error@GLib.ConvertError.PARTIAL_INPUT] will be
60973- returned in case @str contains a trailing partial character. If
60974- an error occurs then the index of the invalid input is stored here.</doc>
60970+ <doc xml:space="preserve">location to store number of `gunichar2` read,
60971+ or `NULL` to ignore. If `NULL`, then [error@GLib.ConvertError.PARTIAL_INPUT]
60972+ will be returned in case @str contains a trailing partial character. If
60973+ an error occurs then the index of the invalid input is stored here. The
60974+ value stored here will never be negative.</doc>
6097560975 <type name="glong" c:type="glong*"/>
6097660976 </parameter>
6097760977 <parameter name="items_written" direction="out" caller-allocates="0" transfer-ownership="full" optional="1" allow-none="1">
6097860978 <doc xml:space="preserve">location to store number
60979- of characters written, or `NULL`. The value stored here does not include
60980- the trailing nul character .</doc>
60979+ of characters written, or `NULL` to ignore . The value stored here does not
60980+ include the trailing nul, and will never be negative .</doc>
6098160981 <type name="glong" c:type="glong*"/>
6098260982 </parameter>
6098360983 </parameters>
@@ -61015,17 +61015,17 @@ unpaired surrogates or partial character sequences.</doc>
6101561015 <type name="glong" c:type="glong"/>
6101661016 </parameter>
6101761017 <parameter name="items_read" direction="out" caller-allocates="0" transfer-ownership="full" optional="1" allow-none="1">
61018- <doc xml:space="preserve">location to store number of words read, or
61019- `NULL`. If `NULL`, then [error@GLib.ConvertError.PARTIAL_INPUT] will
61020- be returned in case @str contains a trailing partial character. If
61021- an error occurs then the index of the invalid input is stored here.
61022- It’s guaranteed to be non- negative.</doc>
61018+ <doc xml:space="preserve">location to store number of `gunichar2` read,
61019+ or `NULL` to ignore . If `NULL`, then [error@GLib.ConvertError.PARTIAL_INPUT]
61020+ will be returned in case @str contains a trailing partial character. If
61021+ an error occurs then the index of the invalid input is stored here. The
61022+ value stored here will never be negative.</doc>
6102361023 <type name="glong" c:type="glong*"/>
6102461024 </parameter>
6102561025 <parameter name="items_written" direction="out" caller-allocates="0" transfer-ownership="full" optional="1" allow-none="1">
6102661026 <doc xml:space="preserve">location to store number
61027- of bytes written, or `NULL`. The value stored here does not include the
61028- trailing nul byte. It’s guaranteed to be non- negative.</doc>
61027+ of bytes written, or `NULL` to ignore . The value stored here does not
61028+ include the trailing nul, and will never be negative.</doc>
6102961029 <type name="glong" c:type="glong*"/>
6103061030 </parameter>
6103161031 </parameters>
@@ -61633,18 +61633,17 @@ converted text.</doc>
6163361633 <type name="glong" c:type="glong"/>
6163461634 </parameter>
6163561635 <parameter name="items_read" direction="out" caller-allocates="0" transfer-ownership="full" optional="1" allow-none="1">
61636- <doc xml:space="preserve">location to store number of
61637- bytes read, or `NULL`.
61638- If `NULL`, then %G_CONVERT_ERROR_PARTIAL_INPUT will be
61639- returned in case @str contains a trailing partial
61640- character. If an error occurs then the index of the
61641- invalid input is stored here.</doc>
61636+ <doc xml:space="preserve">location to store number of bytes read, or
61637+ `NULL` to ignore. If `NULL`, then [error@GLib.ConvertError.PARTIAL_INPUT]
61638+ will be returned in case @str contains a trailing partial character. If
61639+ an error occurs then the index of the invalid input is stored here. The
61640+ value stored here will never be negative.</doc>
6164261641 <type name="glong" c:type="glong*"/>
6164361642 </parameter>
6164461643 <parameter name="items_written" direction="out" caller-allocates="0" transfer-ownership="full" optional="1" allow-none="1">
6164561644 <doc xml:space="preserve">location to store number
61646- of characters written or `NULL`. The value here stored does not include
61647- the trailing nul character .</doc>
61645+ of characters written, or `NULL` to ignore . The value stored here does not
61646+ include the trailing nul, and will never be negative .</doc>
6164861647 <type name="glong" c:type="glong*"/>
6164961648 </parameter>
6165061649 </parameters>
@@ -61699,15 +61698,16 @@ A nul character (U+0000) will be added to the result after the converted text.</
6169961698 </parameter>
6170061699 <parameter name="items_read" direction="out" caller-allocates="0" transfer-ownership="full" optional="1" allow-none="1">
6170161700 <doc xml:space="preserve">location to store number of bytes read, or
61702- `NULL`. If `NULL`, then [error@GLib.ConvertError.PARTIAL_INPUT] will
61703- be returned in case @str contains a trailing partial character. If
61704- an error occurs then the index of the invalid input is stored here.</doc>
61701+ `NULL` to ignore. If `NULL`, then [error@GLib.ConvertError.PARTIAL_INPUT]
61702+ will be returned in case @str contains a trailing partial character. If
61703+ an error occurs then the index of the invalid input is stored here. The
61704+ value stored here will never be negative.</doc>
6170561705 <type name="glong" c:type="glong*"/>
6170661706 </parameter>
6170761707 <parameter name="items_written" direction="out" caller-allocates="0" transfer-ownership="full" optional="1" allow-none="1">
6170861708 <doc xml:space="preserve">location to store number
61709- of `gunichar2` written, or `NULL`. The value stored here does not include
61710- the trailing nul.</doc>
61709+ of `gunichar2` written, or `NULL` to ignore . The value stored here does not
61710+ include the trailing nul, and will never be negative .</doc>
6171161711 <type name="glong" c:type="glong*"/>
6171261712 </parameter>
6171361713 </parameters>
0 commit comments