Skip to main content

EquivalentObjectFn

Type Alias EquivalentObjectFn 

Source
pub(crate) type EquivalentObjectFn = dyn Fn(&Object, &Object) -> bool;
Expand description

A function that returns true if two GObjects are considered equivalent.