Compares the two glib.Bytes values being pointed to and returns TRUE if they are equal.
This function can be passed to HashTable.new as the key_equal_func parameter, when using non-NULL glib.Bytes pointers as keys in a glib.HashTable
a pointer to a glib.Bytes to compare with bytes1
TRUE if the two keys match.
2.32
Compares the two glib.Bytes values being pointed to and returns TRUE if they are equal.
This function can be passed to HashTable.new as the key_equal_func parameter, when using non-NULL glib.Bytes pointers as keys in a glib.HashTable