summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile.am1
-rw-r--r--docs/pango-sections.txt5
-rw-r--r--docs/tmpl/pangocairo.sgml30
3 files changed, 34 insertions, 2 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 6d55e7f3..21b2da15 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -45,6 +45,7 @@ INCLUDES = \
-DPANGO_ENABLE_BACKEND \
-DPANGO_ENABLE_ENGINE \
-I$(top_srcdir) \
+ $(CAIRO_CFLAGS) \
$(GLIB_CFLAGS) \
$(XFT_CFLAGS) \
$(FREETYPE_CFLAGS) \
diff --git a/docs/pango-sections.txt b/docs/pango-sections.txt
index 1972e9b7..7ebd1991 100644
--- a/docs/pango-sections.txt
+++ b/docs/pango-sections.txt
@@ -780,9 +780,12 @@ pango_cairo_font_map_create_context
pango_cairo_update_context
pango_cairo_create_layout
pango_cairo_update_layout
-pango_cairo_show_glyphs
+pango_cairo_show_glyph_string
pango_cairo_show_layout_line
pango_cairo_show_layout
+pango_cairo_glyph_string_path
+pango_cairo_layout_line_path
+pango_cairo_layout_path
<SUBSECTION Standard>
PANGO_CAIRO_FONT_MAP
PANGO_IS_CAIRO_FONT_MAP
diff --git a/docs/tmpl/pangocairo.sgml b/docs/tmpl/pangocairo.sgml
index 723a4a09..9223957a 100644
--- a/docs/tmpl/pangocairo.sgml
+++ b/docs/tmpl/pangocairo.sgml
@@ -218,7 +218,7 @@ int main (int argc, char **argv)
@layout:
-<!-- ##### FUNCTION pango_cairo_show_glyphs ##### -->
+<!-- ##### FUNCTION pango_cairo_show_glyph_string ##### -->
<para>
</para>
@@ -246,3 +246,31 @@ int main (int argc, char **argv)
@layout:
+<!-- ##### FUNCTION pango_cairo_glyph_string_path ##### -->
+<para>
+
+</para>
+
+@cr:
+@font:
+@glyphs:
+
+
+<!-- ##### FUNCTION pango_cairo_layout_line_path ##### -->
+<para>
+
+</para>
+
+@cr:
+@line:
+
+
+<!-- ##### FUNCTION pango_cairo_layout_path ##### -->
+<para>
+
+</para>
+
+@cr:
+@layout:
+
+