Method
CamelNamedFlagsequal
since: 3.24
Declaration [src]
gboolean
camel_named_flags_equal (
const CamelNamedFlags* named_flags_a,
const CamelNamedFlags* named_flags_b
)
Description [src]
Compares content of the two CamelNamedFlags and returns whether
they equal. Note this is an expensive operation for large sets.
Available since: 3.24
Parameters
named_flags_a-
Type:
CamelNamedFlagsThe first
CamelNamedFlags.The argument can be NULL. named_flags_b-
Type:
CamelNamedFlagsThe second
CamelNamedFlags.The argument can be NULL.The data is owned by the caller of the method.