API Version: 2.0
Library Version: 2.83.0
Generated by gi-docgen 2024.1
since: 2.2
gboolean g_str_has_prefix ( const gchar* str, const gchar* prefix )
Looks whether the string str begins with prefix.
str
prefix
Available since: 2.2
Type: const gchar*
const gchar*
A string to look in.
The prefix to look for.
Type: gboolean
gboolean
True if str begins with prefix, false otherwise.