diff options
author | Jasper St. Pierre <jstpierre@mecheye.net> | 2012-07-02 22:07:33 -0400 |
---|---|---|
committer | Jasper St. Pierre <jstpierre@mecheye.net> | 2012-12-14 02:03:43 -0500 |
commit | 29020c71a21e3c666cf8bc92972d8c0ef46b9a9e (patch) | |
tree | df09fb2c4d9b80ca6a196fa86213ff15b7d0df03 /docs/pango-sections.txt | |
parent | 25d42226b50862a44ac91eba10511465fca61332 (diff) | |
download | pango-29020c71a21e3c666cf8bc92972d8c0ef46b9a9e.tar.gz |
markup: Allow incrementally parsing pango markup
This is intended for applications that need to parse pango
markup from some sort of GIO stream.
https://bugzilla.gnome.org/show_bug.cgi?id=679299
Diffstat (limited to 'docs/pango-sections.txt')
-rw-r--r-- | docs/pango-sections.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/pango-sections.txt b/docs/pango-sections.txt index f22eadf1..5adfa937 100644 --- a/docs/pango-sections.txt +++ b/docs/pango-sections.txt @@ -335,6 +335,8 @@ PangoAttrFontDesc PangoAttrShape PangoAttrSize pango_parse_markup +pango_markup_parser_new +pango_markup_parser_finish pango_attr_type_register pango_attr_type_get_name pango_attribute_init |