Method
PangoAttrListfilter
Declaration [src]
PangoAttrList*
pango_attr_list_filter (
  PangoAttrList* list,
  PangoAttrFilterFunc func,
  gpointer data
)
Description [src]
Given a PangoAttrList and callback function, removes
any elements of list for which func returns TRUE and
inserts them into a new list.
| Available since: | 1.2 | 
Parameters
| func | PangoAttrFilterFunc | 
| Callback function;
  returns  | |
| data | gpointer | 
| Data to be passed to  | |
| The argument can be NULL. | |
| The data is owned by the caller of the function. | 
Return value
| Returns: | PangoAttrList | 
| The new
   | |
| The caller of the method takes ownership of the data, and is responsible for freeing it. | |
| The return value can be NULL. |