summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2012-07-02 22:07:33 -0400
committerJasper St. Pierre <jstpierre@mecheye.net>2012-12-14 02:03:43 -0500
commit29020c71a21e3c666cf8bc92972d8c0ef46b9a9e (patch)
treedf09fb2c4d9b80ca6a196fa86213ff15b7d0df03 /docs
parent25d42226b50862a44ac91eba10511465fca61332 (diff)
downloadpango-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')
-rw-r--r--docs/pango-sections.txt2
-rw-r--r--docs/pango_markup.sgml5
2 files changed, 5 insertions, 2 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
diff --git a/docs/pango_markup.sgml b/docs/pango_markup.sgml
index 8fc430ac..227b4138 100644
--- a/docs/pango_markup.sgml
+++ b/docs/pango_markup.sgml
@@ -29,8 +29,9 @@ position.
The solution is to include the text attributes in the string to be
translated. Pango provides this feature with a small markup language.
You can parse a marked-up string into the string text plus a
-<link linkend="PangoAttrList">PangoAttrList</link> using the function
-<link linkend="pango-parse-markup">pango_parse_markup()</link>.
+<link linkend="PangoAttrList">PangoAttrList</link> using either of
+<link linkend="pango-parse-markup">pango_parse_markup()</link> or
+<link linkend="pango-markup-parser-new">pango_markup_parser_new()</link>.
</para>
<para>