Function
PangoAttrListnew
Declaration [src]
PangoAttrList*
pango_attr_list_new (
void
)
Return value
Type: PangoAttrList
The newly allocated
PangoAttrList
, which should be freed with
pango_attr_list_unref()
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |