mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-15 04:05:11 +01:00
Add inout annotations for g_iconv
This commit is contained in:
parent
444fc6ccda
commit
39378b2581
@ -248,9 +248,9 @@ g_iconv_open (const gchar *to_codeset,
|
|||||||
* g_iconv: (skip)
|
* g_iconv: (skip)
|
||||||
* @converter: conversion descriptor from g_iconv_open()
|
* @converter: conversion descriptor from g_iconv_open()
|
||||||
* @inbuf: bytes to convert
|
* @inbuf: bytes to convert
|
||||||
* @inbytes_left: inout parameter, bytes remaining to convert in @inbuf
|
* @inbytes_left: (inout): inout parameter, bytes remaining to convert in @inbuf
|
||||||
* @outbuf: converted output bytes
|
* @outbuf: converted output bytes
|
||||||
* @outbytes_left: inout parameter, bytes available to fill in @outbuf
|
* @outbytes_left: (inout): inout parameter, bytes available to fill in @outbuf
|
||||||
*
|
*
|
||||||
* Same as the standard UNIX routine iconv(), but
|
* Same as the standard UNIX routine iconv(), but
|
||||||
* may be implemented via libiconv on UNIX flavors that lack
|
* may be implemented via libiconv on UNIX flavors that lack
|
||||||
|
Loading…
x
Reference in New Issue
Block a user