summaryrefslogtreecommitdiff
path: root/pango/pango-tabs.c
diff options
context:
space:
mode:
authorHavoc Pennington <hp@pobox.com>2000-09-29 03:02:48 +0000
committerHavoc Pennington <hp@src.gnome.org>2000-09-29 03:02:48 +0000
commit533a5f71d676d7c3bfec9579c83506b60d10c951 (patch)
tree4418bca58990d6544d6991093b30970a83a47a01 /pango/pango-tabs.c
parentfb2deb281fd7fc676ceb3255ac0297c8808bd35f (diff)
downloadpango-533a5f71d676d7c3bfec9579c83506b60d10c951.tar.gz
was pango_tab_array_new_with_defaults; apparently I didn't check in the
2000-09-28 Havoc Pennington <hp@pobox.com> * pango/pango-tabs.c (pango_tab_array_new_with_positions): was pango_tab_array_new_with_defaults; apparently I didn't check in the modified version at work
Diffstat (limited to 'pango/pango-tabs.c')
-rw-r--r--pango/pango-tabs.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/pango/pango-tabs.c b/pango/pango-tabs.c
index 9931369b..8000988e 100644
--- a/pango/pango-tabs.c
+++ b/pango/pango-tabs.c
@@ -95,7 +95,7 @@ pango_tab_array_new (gint initial_size,
}
/**
- * pango_tab_array_new_with_defaults:
+ * pango_tab_array_new_with_positions:
* @size: number of tab stops in the array
* @positions_in_pixels: whether positions are in pixel units
* @first_alignment: alignment of first tab stop
@@ -110,11 +110,11 @@ pango_tab_array_new (gint initial_size,
* Return value: a new #PangoTabArray
**/
PangoTabArray *
-pango_tab_array_new_with_defaults (gint size,
- gboolean positions_in_pixels,
- PangoTabAlign first_alignment,
- gint first_position,
- ...)
+pango_tab_array_new_with_positions (gint size,
+ gboolean positions_in_pixels,
+ PangoTabAlign first_alignment,
+ gint first_position,
+ ...)
{
PangoTabArray *array;
va_list args;