Method
Pango.AttrList.equal
Declaration [src]
gboolean
pango_attr_list_equal (
PangoAttrList* list,
PangoAttrList* other_list
)
Description [src]
Checks whether list
and other_list
contain the same
attributes and whether those attributes apply to the
same ranges.
Beware that this will return wrong values if any list contains duplicates.
Available since: | 1.46 |
Parameters
other_list |
PangoAttrList |
the other |
|
The data is owned by the caller of the function |