Method
PangoOT.RulesetDescription.equal
Declaration [src]
gboolean
pango_ot_ruleset_description_equal (
const PangoOTRulesetDescription* desc1,
const PangoOTRulesetDescription* desc2
)
Description [src]
Compares two ruleset descriptions for equality.
Two ruleset descriptions are considered equal if the rulesets
they describe are provably identical. This means that their
script, language, and all feature sets should be equal. For static feature
sets, the array addresses are compared directly, while for other
features, the list of features is compared one by one.
(Two ruleset descriptions may result in identical rulesets
being created, but still compare FALSE
.)
Parameters
desc2 |
PangoOTRulesetDescription |
a ruleset description |
|
Ownership is not transferred to the callee |