Package ch.bailu.gtk.glib
Interface HashTable.OnEqualFunc
- Enclosing class:
- HashTable
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
onEqualFunc
(CallbackHandler __self, Pointer a, Pointer b) Specifies the type of a function used to test two values for
equality.
-
Method Details
-
onEqualFunc
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.- Parameters:
a
- a valueb
- a value to compare with- Returns:
- %TRUE if @a = @b; %FALSE otherwise
-