Method

PangoAttrListfilter

since: 1.2

Declaration

PangoAttrList*
pango_attr_list_filter (
  PangoAttrList* list,
  PangoAttrFilterFunc func,
  gpointer data
)

Description

No description available.

Available since: 1.2

Parameters

func

Type: PangoAttrFilterFunc

No description available.

data

Type: gpointer

No description available.

The argument can be NULL.
The data is owned by the caller of the method.

Return value

Type: PangoAttrList

No description available.

The caller of the method takes ownership of the data, and is responsible for freeing it.
The return value can be NULL.