Function

GLib-2.0GLibpath_buf_equalSince 2.76

  • Compares two path buffers for equality and returns TRUE if they are equal.

    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.

    This function can be passed to g_hash_table_new() as the key_equal_func parameter.

    Parameters

    • v1: any

      a path buffer to compare

    • v2: any

      a path buffer to compare

    Returns boolean

    TRUE if the two path buffers are equal, and FALSE otherwise

    2.76