RGtk2 (version 2.20.31)

pangoAttrListFilter: pangoAttrListFilter

Description

Given a PangoAttrList and callback function, removes any elements of list for which func returns TRUE and inserts them into a new list.

Usage

pangoAttrListFilter(object, func, data)

Arguments

func
[PangoAttrFilterFunc] callback function; returns TRUE if an attribute should be filtered out.
data
[R object] Data to be passed to func

Value

PangoAttrList] the new PangoAttrList or NULL if no attributes of the given types were found.

Details

Since 1.2