Function
GLibstrrstr
Declaration [src]
gchar*
g_strrstr (
const gchar* haystack,
const gchar* needle
)
Description [src]
Searches the string haystack
for the last occurrence
of the string needle
.
The fact that this function returns gchar *
rather than const gchar *
is
a historical artifact.