[ Version ( since = "2.2" ) ]
[ CCode ( cname = "g_str_has_prefix" ) ]
public bool has_prefix (string prefix)
Looks whether the string str begins with prefix.
| prefix |
the prefix to look for |
| str |
a string to look in |
|
true if |