PangoAttrList
and callback function, removes any elements
of list
for which func
returns TRUE
and inserts them into
a new list.pangoAttrListFilter(object, func, data)
object
func
PangoAttrFilterFunc
] callback function; returns TRUE
if an attribute
should be filtered out.data
func
PangoAttrList
] the new PangoAttrList
or NULL
if
no attributes of the given types were found.