diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2007-01-16 10:36:42 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2007-01-16 10:36:42 +0000 |
commit | 9354b7f487b706ddb693a32fe01cdaf729f0b66b (patch) | |
tree | 99da184a9a6fdccd1ed480b5c4e65a9ee25d04a5 /docs | |
parent | 375cb212021277fd31142080a4ebb3fcf9b27a43 (diff) | |
download | pango-9354b7f487b706ddb693a32fe01cdaf729f0b66b.tar.gz |
Bug 363510 – Ability to query whether a PangoLayout is effectively
2007-01-16 Behdad Esfahbod <behdad@gnome.org>
Bug 363510 – Ability to query whether a PangoLayout is effectively
ellipsized (as opposed to the set_ellpisize()/get_ellipsize() methods
which only set a request, or return the set request respectively)
Patch from Milosz Derezynski
* pango/pango-layout.h:
* pango/ellipsize.c (_pango_layout_line_ellipsize):
* pango/pango-layout-private.h:
* pango/pango-layout.c (pango_layout_init), (pango_layout_copy),
(pango_layout_is_ellipsized), (pango_layout_clear_lines),
(pango_layout_line_postprocess):
New public function:
pango_layout_is_ellipsized()
* pango/pango.def:
* docs/tmpl/layout.sgml:
* docs/pango-sections.txt:
Update.
svn path=/trunk/; revision=2150
Diffstat (limited to 'docs')
-rw-r--r-- | docs/pango-sections.txt | 1 | ||||
-rw-r--r-- | docs/tmpl/layout.sgml | 9 |
2 files changed, 10 insertions, 0 deletions
diff --git a/docs/pango-sections.txt b/docs/pango-sections.txt index d9d68e9c..be100e0c 100644 --- a/docs/pango-sections.txt +++ b/docs/pango-sections.txt @@ -448,6 +448,7 @@ PangoWrapMode PANGO_TYPE_WRAP_MODE pango_layout_set_ellipsize pango_layout_get_ellipsize +pango_layout_is_ellipsized PangoEllipsizeMode PANGO_TYPE_ELLIPSIZE_MODE pango_layout_set_indent diff --git a/docs/tmpl/layout.sgml b/docs/tmpl/layout.sgml index 135a706a..6fb3fb80 100644 --- a/docs/tmpl/layout.sgml +++ b/docs/tmpl/layout.sgml @@ -245,6 +245,15 @@ The #GObject type for #PangoWrapMode. @Returns: +<!-- ##### FUNCTION pango_layout_is_ellipsized ##### --> +<para> + +</para> + +@layout: +@Returns: + + <!-- ##### ENUM PangoEllipsizeMode ##### --> <para> |