diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-11-22 14:59:13 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-11-22 14:59:13 -0500 |
commit | 04cd4589009fcda0b975731a07ca77ef50c7c772 (patch) | |
tree | 47bb903b9a735ec4e86fe733f5ca9ffbf7863f19 /pango/pango-tabs.c | |
parent | dbc3492bfe4737793603df78833371ed5f6a780f (diff) | |
download | pango-04cd4589009fcda0b975731a07ca77ef50c7c772.tar.gz |
Make docs a bit more complete
Diffstat (limited to 'pango/pango-tabs.c')
-rw-r--r-- | pango/pango-tabs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-tabs.c b/pango/pango-tabs.c index ce488173..6c4a7f31 100644 --- a/pango/pango-tabs.c +++ b/pango/pango-tabs.c @@ -103,7 +103,7 @@ pango_tab_array_new (gint initial_size, * @positions_in_pixels: whether positions are in pixel units * @first_alignment: alignment of first tab stop * @first_position: position of first tab stop - * @varargs: additional alignment/position pairs + * @...: additional alignment/position pairs * * This is a convenience function that creates a #PangoTabArray * and allows you to specify the alignment and position of each |