Merge branch 'update-inout-annotations' into 'main'

Add inout annotations for g_iconv

See merge request GNOME/glib!2614
This commit is contained in:
Philip Withnall 2022-04-25 10:28:39 +00:00
commit 231a4bb9cb

View File

@ -248,9 +248,9 @@ g_iconv_open (const gchar *to_codeset,
* g_iconv: (skip)
* @converter: conversion descriptor from g_iconv_open()
* @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
* @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
* may be implemented via libiconv on UNIX flavors that lack