summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2007-01-16 19:42:59 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2007-01-16 19:42:59 +0000
commitfe7d588c976e347f6f566cc76afe03b5fd2f682b (patch)
tree514003c8d3516e88a56ba971730d9f6ba813fa75 /docs
parentb012a12e567a3d2b7c903b4c5ec1d03e4a365fd4 (diff)
downloadpango-fe7d588c976e347f6f566cc76afe03b5fd2f682b.tar.gz
Part of Bug 326693 – PangoLayouts should be query-able about their
2007-01-16 Behdad Esfahbod <behdad@gnome.org> Part of Bug 326693 – PangoLayouts should be query-able about their effective properties (width / wrapped / ellipsized / etc) * pango/pango-layout-private.h: * pango/pango-layout.c (pango_layout_init), (pango_layout_copy), (pango_layout_is_wrapped), (pango_layout_clear_lines), (process_line): * pango/pango-layout.h: New public function: pango_layout_is_wrapped() * pango/pango.def: * docs/tmpl/layout.sgml: * docs/pango-sections.txt: Update. svn path=/trunk/; revision=2160
Diffstat (limited to 'docs')
-rw-r--r--docs/pango-sections.txt1
-rw-r--r--docs/tmpl/layout.sgml9
2 files changed, 10 insertions, 0 deletions
diff --git a/docs/pango-sections.txt b/docs/pango-sections.txt
index be100e0c..541dadce 100644
--- a/docs/pango-sections.txt
+++ b/docs/pango-sections.txt
@@ -444,6 +444,7 @@ pango_layout_set_width
pango_layout_get_width
pango_layout_set_wrap
pango_layout_get_wrap
+pango_layout_is_wrapped
PangoWrapMode
PANGO_TYPE_WRAP_MODE
pango_layout_set_ellipsize
diff --git a/docs/tmpl/layout.sgml b/docs/tmpl/layout.sgml
index 6fb3fb80..32b89c03 100644
--- a/docs/tmpl/layout.sgml
+++ b/docs/tmpl/layout.sgml
@@ -210,6 +210,15 @@ has no user-visible fields.
@Returns:
+<!-- ##### FUNCTION pango_layout_is_wrapped ##### -->
+<para>
+
+</para>
+
+@layout:
+@Returns:
+
+
<!-- ##### ENUM PangoWrapMode ##### -->
<para>
A #PangoWrapMode describes how to wrap the lines of a #PangoLayout to the desired width.