diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2006-01-24 16:10:11 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2006-01-24 16:10:11 +0000 |
commit | d63330dd640ee20e4d1e128a327ba6e1b9bd4b1c (patch) | |
tree | cc98a11955fef51bee81e235b1f89e906d188986 /pango | |
parent | 12b3271498fe3a59485a28b5e9ffbe43fe535511 (diff) | |
download | pango-d63330dd640ee20e4d1e128a327ba6e1b9bd4b1c.tar.gz |
Improve docs to say it may return -1.
2006-01-24 Behdad Esfahbod <behdad@gnome.org>
* pango/pangolayout.c (pango_layout_get_width): Improve docs to say
it may return -1.
Diffstat (limited to 'pango')
-rw-r--r-- | pango/pango-layout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-layout.c b/pango/pango-layout.c index 2143b164..50143387 100644 --- a/pango/pango-layout.c +++ b/pango/pango-layout.c @@ -312,7 +312,7 @@ pango_layout_set_width (PangoLayout *layout, * * Gets the width to which the lines of the #PangoLayout should wrap. * - * Return value: the width. + * Return value: the width, or -1 if no width set. **/ int pango_layout_get_width (PangoLayout *layout) |