diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-07-19 08:12:08 -0700 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-07-19 08:37:26 -0700 |
commit | bf5876e0aba41d6843bc1ec0d1d78b4769e0a86c (patch) | |
tree | 5483702e038e093f2eb3d95d4ee3a8210b4add81 /pango/pango-attributes.h | |
parent | 5f11d2e1f76931199fd4322659ca1df40a23e629 (diff) | |
download | pango-bf5876e0aba41d6843bc1ec0d1d78b4769e0a86c.tar.gz |
Add pango_attr_list_get_attributes
This was a gap in the attribute api - no way
to get attributes back out of a list.
Diffstat (limited to 'pango/pango-attributes.h')
-rw-r--r-- | pango/pango-attributes.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pango/pango-attributes.h b/pango/pango-attributes.h index cff495b2..1f43c27f 100644 --- a/pango/pango-attributes.h +++ b/pango/pango-attributes.h @@ -553,6 +553,9 @@ PangoAttrList *pango_attr_list_filter (PangoAttrList *list, PangoAttrFilterFunc func, gpointer data); +PANGO_AVAILABLE_IN_1_44 +GSList *pango_attr_list_get_attributes (PangoAttrList *list); + PANGO_AVAILABLE_IN_ALL PangoAttrIterator *pango_attr_list_get_iterator (PangoAttrList *list); |