Package: gio

Callback gio:equal-func-full

Syntax

lambda (a b) => result

Arguments

a -- a g:object instance
b -- a g:object instance to compare with
result -- true if a = b, false otherwise

Details

Specifies the type of a callback function used to test two values for equality. The function should return true if both values are equal and false otherwise.

Since 2.74
 

See also

2024-3-31