API 版本:2.0
库版本:2.83.2
由 gi-docgen 2024.1 生成
glong g_utf8_pointer_to_offset ( const gchar* str, const gchar* pos )
从字符串中的位置指针转换为整数字符偏移量。
自 2.10 起,此函数允许 pos 位于 str 之前,并在此情况下返回负偏移量。
pos
str
类型: const gchar*
const gchar*
UTF-8 编码的字符串。
指向 str 中位置的指针。
类型: glong
glong
所得字符偏移量。