]> git.ipfire.org Git - thirdparty/vala.git/commit
glib-2.0: Fix the binding of `get_console_charset`
authorZhou Qiankang <wszqkzqk@qq.com>
Thu, 25 Apr 2024 16:53:53 +0000 (00:53 +0800)
committerRico Tzschichholz <ricotz@ubuntu.com>
Wed, 29 May 2024 08:35:35 +0000 (10:35 +0200)
commit91dcd747d15bce92e71ae90c2311b29257aabfae
treef77fd5ef1290e0d176228fe9bb0b488cf632bd77
parenta3d8f23d99da93b01d6b81e8e7f53c655be690da
glib-2.0: Fix the binding of `get_console_charset`

The parameters of `g_get_console_charset` is `const char**`, the same as `g_get_charset`, is a NUL terminated UTF-8 string.
vapi/glib-2.0.vapi