alias GLib::EqualFunc
Overview
Specifies the type of a function used to test two values for equality. The function should return %TRUE if both values are equal and %FALSE otherwise.
Alias Definition
Pointer(Void)? -> Bool
Specifies the type of a function used to test two values for equality. The function should return %TRUE if both values are equal and %FALSE otherwise.
Pointer(Void)? -> Bool