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_markup.sgml | |
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_markup.sgml')
-rw-r--r-- | docs/pango_markup.sgml | 5 |
1 files changed, 3 insertions, 2 deletions
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> |