summaryrefslogtreecommitdiff
path: root/pango
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2000-04-05 00:57:10 +0000
committerOwen Taylor <otaylor@src.gnome.org>2000-04-05 00:57:10 +0000
commit184fac9cb3f0146684c0f141ef5d2e480859be06 (patch)
treebcc26ac9e134dce03a1480b359671b946cbb909e /pango
parent613302136667231bcefd772b419369516eb3bf45 (diff)
downloadpango-184fac9cb3f0146684c0f141ef5d2e480859be06.tar.gz
Doc updates.
Tue Apr 4 20:56:29 2000 Owen Taylor <otaylor@redhat.com> * docs/tmpl/* docs/Makefile.am docs/pango-sections.txt pango/pango-attributes.c pango/pangox.c: Doc updates.
Diffstat (limited to 'pango')
-rw-r--r--pango/pango-attributes.c2
-rw-r--r--pango/pangox.c1
2 files changed, 1 insertions, 2 deletions
diff --git a/pango/pango-attributes.c b/pango/pango-attributes.c
index 19f0e9fc..f7618906 100644
--- a/pango/pango-attributes.c
+++ b/pango/pango-attributes.c
@@ -427,7 +427,7 @@ pango_attr_stretch_new (PangoStretch stretch)
/**
* pango_attr_underline_new:
- * @underline: %TRUE if the text should be underlined
+ * @underline: the underline style.
*
* Create a new underline-style object.
*
diff --git a/pango/pangox.c b/pango/pangox.c
index 1cfcd004..f29708ec 100644
--- a/pango/pangox.c
+++ b/pango/pangox.c
@@ -2418,7 +2418,6 @@ pango_x_render_layout_line (Display *display,
* @layout: a #PangoLayout
* @x: the X position of the left of the layout (in pixels)
* @y: the Y position of the top of the layout (in pixels)
- * @user_data: extra data to pass to get_gc and free_gc
*
* Render a #PangoLayoutLine onto an X drawable
*/