[glib: 1/2] Add inout annotations for g_iconv




commit 39378b25812678829c2e3f15dbf05a886a552cea
Author: TestingPlant <49836-TestingPlant users noreply gitlab gnome org>
Date:   Sun Apr 24 19:15:53 2022 +0000

    Add inout annotations for g_iconv

 glib/gconvert.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/glib/gconvert.c b/glib/gconvert.c
index 052f019e26..bbc753ee6b 100644
--- a/glib/gconvert.c
+++ b/glib/gconvert.c
@@ -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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]