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