Improve docs to say it may return -1.
authorBehdad Esfahbod <behdad@gnome.org>
Tue, 24 Jan 2006 16:10:11 +0000 (16:10 +0000)
committerBehdad Esfahbod <behdad@src.gnome.org>
Tue, 24 Jan 2006 16:10:11 +0000 (16:10 +0000)
2006-01-24  Behdad Esfahbod  <behdad@gnome.org>

        * pango/pangolayout.c (pango_layout_get_width): Improve docs to say
        it may return -1.

ChangeLog
pango/pango-layout.c

index 0498cb1..ba2cc4c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2006-01-24  Behdad Esfahbod  <behdad@gnome.org>
 
+       * pango/pangolayout.c (pango_layout_get_width): Improve docs to say
+       it may return -1.
+
+2006-01-24  Behdad Esfahbod  <behdad@gnome.org>
+
        * pango/pangocairo-atsuifont.c: Change cwfont to cafont in a couple
        places.
 
index 2143b16..5014338 100644 (file)
@@ -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)