diff options
author | Owen Taylor <otaylor@redhat.com> | 2004-07-28 13:51:02 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2004-07-28 13:51:02 +0000 |
commit | bfd9001888d09db8b2d4c5aa0d84cf3d2f19ebfb (patch) | |
tree | 0daae71141e3ae5c0c43cb2c0fe1b93d230182e9 | |
parent | 09b3cdc09541485f8938e26b6863df825f305047 (diff) | |
download | pango-bfd9001888d09db8b2d4c5aa0d84cf3d2f19ebfb.tar.gz |
Fix API docs. (#148627)
Wed Jul 28 09:49:29 2004 Owen Taylor <otaylor@redhat.com>
* pango/pango-layout.c (pango_layout_set_ellipsize): Fix
API docs. (#148627)
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ChangeLog.pre-1-10 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-1-6 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-1-8 | 5 | ||||
-rw-r--r-- | pango/pango-layout.c | 4 |
5 files changed, 21 insertions, 3 deletions
@@ -1,3 +1,8 @@ +Wed Jul 28 09:49:29 2004 Owen Taylor <otaylor@redhat.com> + + * pango/pango-layout.c (pango_layout_set_ellipsize): Fix + API docs. (#148627) + Tue Jul 27 14:07:44 2004 Behdad Esfahbod <pango@behdad.org> * modules/arabic/arabic-fc.c: Don't substitute FARSI YEH diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10 index f4a66692..41899f9b 100644 --- a/ChangeLog.pre-1-10 +++ b/ChangeLog.pre-1-10 @@ -1,3 +1,8 @@ +Wed Jul 28 09:49:29 2004 Owen Taylor <otaylor@redhat.com> + + * pango/pango-layout.c (pango_layout_set_ellipsize): Fix + API docs. (#148627) + Tue Jul 27 14:07:44 2004 Behdad Esfahbod <pango@behdad.org> * modules/arabic/arabic-fc.c: Don't substitute FARSI YEH diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6 index f4a66692..41899f9b 100644 --- a/ChangeLog.pre-1-6 +++ b/ChangeLog.pre-1-6 @@ -1,3 +1,8 @@ +Wed Jul 28 09:49:29 2004 Owen Taylor <otaylor@redhat.com> + + * pango/pango-layout.c (pango_layout_set_ellipsize): Fix + API docs. (#148627) + Tue Jul 27 14:07:44 2004 Behdad Esfahbod <pango@behdad.org> * modules/arabic/arabic-fc.c: Don't substitute FARSI YEH diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8 index f4a66692..41899f9b 100644 --- a/ChangeLog.pre-1-8 +++ b/ChangeLog.pre-1-8 @@ -1,3 +1,8 @@ +Wed Jul 28 09:49:29 2004 Owen Taylor <otaylor@redhat.com> + + * pango/pango-layout.c (pango_layout_set_ellipsize): Fix + API docs. (#148627) + Tue Jul 27 14:07:44 2004 Behdad Esfahbod <pango@behdad.org> * modules/arabic/arabic-fc.c: Don't substitute FARSI YEH diff --git a/pango/pango-layout.c b/pango/pango-layout.c index 3cfa641e..f90e6b3f 100644 --- a/pango/pango-layout.c +++ b/pango/pango-layout.c @@ -713,7 +713,7 @@ pango_layout_get_single_paragraph_mode (PangoLayout *layout) } /** - * pango_layout_get_ellipsize: + * pango_layout_set_ellipsize: * @layout: a #PangoLayout * @ellipsize: the new ellipsization mode for @layout * @@ -725,8 +725,6 @@ 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. - * - * Return value: Gets the current ellipsization mode for the layout. **/ void pango_layout_set_ellipsize (PangoLayout *layout, |