mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 09:46:17 +01:00
gconverter: Improve cross-references
This commit is contained in:
parent
adf70f4596
commit
20d56289b9
@ -90,9 +90,9 @@ g_converter_default_init (GConverterInterface *iface)
|
|||||||
* When some data has successfully been converted @bytes_read and is set to
|
* When some data has successfully been converted @bytes_read and is set to
|
||||||
* the number of bytes read from @inbuf, and @bytes_written is set to indicate
|
* the number of bytes read from @inbuf, and @bytes_written is set to indicate
|
||||||
* how many bytes was written to @outbuf. If there are more data to output
|
* how many bytes was written to @outbuf. If there are more data to output
|
||||||
* or consume (i.e. unless the G_CONVERTER_INPUT_AT_END is specified) then
|
* or consume (i.e. unless the %G_CONVERTER_INPUT_AT_END is specified) then
|
||||||
* G_CONVERTER_CONVERTED is returned, and if no more data is to be output
|
* %G_CONVERTER_CONVERTED is returned, and if no more data is to be output
|
||||||
* then G_CONVERTER_FINISHED is returned.
|
* then %G_CONVERTER_FINISHED is returned.
|
||||||
*
|
*
|
||||||
* On error %G_CONVERTER_ERROR is returned and @error is set accordingly.
|
* On error %G_CONVERTER_ERROR is returned and @error is set accordingly.
|
||||||
* Some errors need special handling:
|
* Some errors need special handling:
|
||||||
|
Loading…
Reference in New Issue
Block a user