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