PangoAttrInt base_class="PangoAttribute" free_function="pango_attribute_destroy"
PangoAttrInt.attr hidden="1"
pango_attr_list_copy transfer_ownership="1"
+pango_attr_list_get_iterator transfer_ownership="1"
pango_attr_list_insert.attr transfer_ownership="1"
PangoAttrLanguage base_class="PangoAttribute" free_function="pango_attribute_destroy"
PangoAttrLanguage.attr hidden="1"
public void change (Pango.Attribute attr);
public Pango.AttrList copy ();
public unowned Pango.AttrList filter (Pango.AttrFilterFunc func, void* data);
- public unowned Pango.AttrIterator get_iterator ();
+ public Pango.AttrIterator get_iterator ();
public void insert (owned Pango.Attribute attr);
public void insert_before (Pango.Attribute attr);
public void splice (Pango.AttrList other, int pos, int len);