Function
GLibutf8_strchr
Declaration [src]
gchar*
g_utf8_strchr (
const gchar* p,
gssize len,
gunichar c
)
Description [src]
Finds the leftmost occurrence of the given Unicode character
in a UTF-8 encoded string, while limiting the search to len
bytes.
If len
is -1
, allow unbounded search.