Method
PangoAttrListcopy
Declaration [src]
PangoAttrList*
pango_attr_list_copy (
  PangoAttrList* list
)
Parameters
- list
- 
            Type: PangoAttrListA PangoAttrList.The argument can be NULL.
Return value
Type: PangoAttrList
The newly allocated
  PangoAttrList, with a reference count of one,
  which should be freed with pango_attr_list_unref(). Returns NULL if list was NULL.
| The caller of the method takes ownership of the returned data, and is responsible for freeing it. | 
| The return value can be NULL. |