strEqual
Compares two strings for byte-by-byte equality and returns true if they are equal. It can be passed to g_hash_table_new() as the
Return
true if the two keys match
Parameters
v1
a key
v2
a key to compare with @v1
Compares two strings for byte-by-byte equality and returns true if they are equal. It can be passed to g_hash_table_new() as the
true if the two keys match
a key
a key to compare with @v1