mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Add GI annotations to GConverter
This commit is contained in:
parent
c8fd3e31ca
commit
53fee54b4f
@ -54,13 +54,14 @@ g_converter_default_init (GConverterInterface *iface)
|
||||
/**
|
||||
* g_converter_convert:
|
||||
* @converter: a #GConverter.
|
||||
* @inbuf: the buffer containing the data to convert.
|
||||
* @inbuf: (array length=inbuf_size) (element-type guint8): the buffer
|
||||
* containing the data to convert.
|
||||
* @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
|
||||
* @bytes_read: will be set to the number of bytes read from @inbuf on success
|
||||
* @bytes_written: will be set to the number of bytes written to @outbuf on success
|
||||
* @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 occuring, or %NULL to ignore
|
||||
*
|
||||
* This is the main operation used when converting data. It is to be called
|
||||
|
Loading…
Reference in New Issue
Block a user