Compares str1 and str2 like g_strcmp0, except it handles null
and empty strings as equal.
| str1 |
a C string or null |
| str2 |
another C string or null |
|
an integer less than 0 when |