Method
EDataServerSourceequal
since: 3.6
Declaration [src]
gboolean
e_source_equal (
ESource* source1,
ESource* source2
)
Description [src]
Checks two ESource instances for equality. ESource instances are
equal if their unique identifier strings are equal.
Available since: 3.6
Parameters
source2-
Type:
ESourceThe second
ESource.The data is owned by the caller of the method.