TypeScript API Documentation for GLIB
API Version: 2.0
Library Version: 2.86.4
Generated with TypeDoc via ts-for-gir v4.0.0-beta.40
Since 2.76
Compares two path buffers for equality and returns TRUE if they are equal.
TRUE
The paths inside the path buffers are not going to be normalized, so X/Y/Z/A/.., X/./Y/Z and X/Y/Z are not going to be considered equal.
X/Y/Z/A/..
X/./Y/Z
X/Y/Z
This function can be passed to g_hash_table_new() as the key_equal_func parameter.
g_hash_table_new()
key_equal_func
a path buffer to compare
TRUE if the two path buffers are equal, and FALSE otherwise
FALSE
2.76
Compares two path buffers for equality and returns
TRUEif they are equal.The paths inside the path buffers are not going to be normalized, so
X/Y/Z/A/..,X/./Y/ZandX/Y/Zare not going to be considered equal.This function can be passed to
g_hash_table_new()as thekey_equal_funcparameter.