]> 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)
committerZhou Qiankang <wszqkzqk@qq.com>
Thu, 25 Apr 2024 16:56:18 +0000 (16:56 +0000)
commit2b510c3cceade17a438bf893a13769f9c81392b7
tree8d0c489c92afd88f01caaa0e71845d3a0ea2ecc5
parent2e5156051acca98ffc8bb41ace3d833d381ba46a
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