EqualFuncFull
Description:
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.
This is a version of ArraySearchFunc which provides a user_data
closure from the caller.
Parameters:
a |
a value |
b |
a value to compare with |
user_data |
user data provided by the caller |
Returns:
true if |
Namespace: GLib
Package: glib-2.0