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 /docs/pango-sections.txt | |
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 'docs/pango-sections.txt')
-rw-r--r-- | docs/pango-sections.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/pango-sections.txt b/docs/pango-sections.txt index 9d08d0b2..3b70e980 100644 --- a/docs/pango-sections.txt +++ b/docs/pango-sections.txt @@ -426,6 +426,7 @@ pango_attr_list_change pango_attr_list_splice pango_attr_list_filter PangoAttrFilterFunc +pango_attr_list_get_attributes pango_attr_list_get_iterator PangoAttrIterator pango_attr_iterator_copy |