summaryrefslogtreecommitdiff
path: root/pango/pango-layout.c
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2004-09-14 13:45:41 +0000
committerOwen Taylor <otaylor@src.gnome.org>2004-09-14 13:45:41 +0000
commit6479229c21d4824ca6e2a3de783248a2ea3a3938 (patch)
treecc477412c6682067c481059a6cca4cecb60864ab /pango/pango-layout.c
parente1d9bf4f9ead8e632fcb9c96361b54546a198a89 (diff)
downloadpango-6479229c21d4824ca6e2a3de783248a2ea3a3938.tar.gz
=== Released 1.6.0 ===PANGO_1_6_0
Mon Sep 13 17:38:58 2004 Owen Taylor <otaylor@redhat.com> * === Released 1.6.0 === * configure.in: Update versions for 1.6.0 * NEWS: Update. * README: Minor tweak. * pango/fonts.c pango/pango-context.c pango/pango-types.h pango/pango-utils.c pango/pangoft2.c pango/pango-layout.c pango/opentype/pango-ot-buffer.c: Add a bunch of missing Since: 1.6.
Diffstat (limited to 'pango/pango-layout.c')
-rw-r--r--pango/pango-layout.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/pango/pango-layout.c b/pango/pango-layout.c
index f90e6b3f..6da91cac 100644
--- a/pango/pango-layout.c
+++ b/pango/pango-layout.c
@@ -725,6 +725,8 @@ pango_layout_get_single_paragraph_mode (PangoLayout *layout)
* If the layout contains characters such as newlines that
* force it to be layed out in multiple lines, then each line
* is ellipsized separately.
+ *
+ * Since: 1.6
**/
void
pango_layout_set_ellipsize (PangoLayout *layout,
@@ -748,6 +750,8 @@ pango_layout_set_ellipsize (PangoLayout *layout,
* See pango_layout_get_ellipsize()
*
* Return value: the current ellipsization mode for @layout
+ *
+ * Since: 1.6
**/
PangoEllipsizeMode
pango_layout_get_ellipsize (PangoLayout *layout)