API Version: 2.0
Library Version: 2.72
gboolean g_str_has_prefix ( const gchar* str, const gchar* prefix )
Looks whether the string str begins with prefix.
str
prefix
const gchar*
A nul-terminated string.
The nul-terminated prefix to look for.
gboolean
TRUE if str begins with prefix, FALSE otherwise.
TRUE
FALSE