mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-09 19:06:15 +01:00
docs: Fix typo GConvertFlags → GConverterFlags
This commit is contained in:
parent
59e1c77b8d
commit
11154ff5c1
@ -59,7 +59,7 @@ g_converter_default_init (GConverterInterface *iface)
|
||||
* @inbuf_size: the number of bytes in @inbuf
|
||||
* @outbuf: a buffer to write converted data in.
|
||||
* @outbuf_size: the number of bytes in @outbuf, must be at least one
|
||||
* @flags: a #GConvertFlags controlling the conversion details
|
||||
* @flags: a #GConverterFlags controlling the conversion details
|
||||
* @bytes_read: (out): will be set to the number of bytes read from @inbuf on success
|
||||
* @bytes_written: (out): will be set to the number of bytes written to @outbuf on success
|
||||
* @error: location to store the error occurring, or %NULL to ignore
|
||||
|
Loading…
Reference in New Issue
Block a user