summaryrefslogtreecommitdiff
path: root/pango/pangoft2.c
diff options
context:
space:
mode:
authorDarin Adler <darin@src.gnome.org>2001-12-17 22:33:35 +0000
committerDarin Adler <darin@src.gnome.org>2001-12-17 22:33:35 +0000
commit01b5c66858b8253c62b51760aef8ba1c8ad18e64 (patch)
tree28a388c4fbd72de109da0a891fca8cd05e759cc3 /pango/pangoft2.c
parent98786bf21ba68bfe496887ea31573498fe996b68 (diff)
downloadpango-01b5c66858b8253c62b51760aef8ba1c8ad18e64.tar.gz
Fix doc comment. Move include outside G_BEGIN_DECLS. Add const to avoid
* pango/pangoft2.c: Fix doc comment. * pango/pangoft2.h: Move include outside G_BEGIN_DECLS. * pango/querymodules.c: (main): Add const to avoid warning. * tests/dump-boundaries.c: (fail): Remove unused local.
Diffstat (limited to 'pango/pangoft2.c')
-rw-r--r--pango/pangoft2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pangoft2.c b/pango/pangoft2.c
index 7ef2930c..897a0c3c 100644
--- a/pango/pangoft2.c
+++ b/pango/pangoft2.c
@@ -739,7 +739,7 @@ pango_ft2_render_layout_line (FT_Bitmap *bitmap,
* @x: the X position of the left of the layout (in pixels)
* @y: the Y position of the top of the layout (in pixels)
*
- * Render a #PangoLayoutLine onto a FreeType2 bitmap
+ * Render a #PangoLayout onto a FreeType2 bitmap
*/
void
pango_ft2_render_layout (FT_Bitmap *bitmap,