Function
GLibEqualFuncFull
since: 2.74
Description [src]
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 GEqualFunc which provides a user_data closure from
the caller.
Available since: 2.74
Parameters
- a
- 
            Type: gconstpointerA value. The argument can be NULL.The data is owned by the caller of the function. 
- b
- 
            Type: gconstpointerA value to compare with. The argument can be NULL.The data is owned by the caller of the function. 
- user_data
- 
            Type: gpointerUser data provided by the caller. The argument can be NULL.The data is owned by the caller of the function.