Function
GLibutf8_strrchr
Declaration [src]
gchar*
g_utf8_strrchr (
  const gchar* p,
  gssize len,
  gunichar c
)
Description [src]
Find the rightmost 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.