summaryrefslogtreecommitdiff
path: root/pango
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2000-01-26 23:56:36 +0000
committerOwen Taylor <otaylor@src.gnome.org>2000-01-26 23:56:36 +0000
commit635469870a2b1375105cb305b9f4b09fa05d2208 (patch)
tree955085c1d08a8101cbf0fdc0275790e5b7b1a540 /pango
parentdc428426c9c618412eae117d7cc542e64b7babe3 (diff)
downloadpango-635469870a2b1375105cb305b9f4b09fa05d2208.tar.gz
Updates to match recent API changes.
Thu Jan 27 16:50:51 2000 Owen Taylor <otaylor@redhat.com> * docs/**: Updates to match recent API changes.
Diffstat (limited to 'pango')
-rw-r--r--pango/pangox.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/pango/pangox.c b/pango/pangox.c
index 7b4656c1..4a9e68fb 100644
--- a/pango/pangox.c
+++ b/pango/pangox.c
@@ -113,6 +113,7 @@ pango_x_load_font (Display *display,
* @display: the X display
* @d: the drawable on which to draw string
* @gc: the graphics context
+ * @font: the font in which to draw the string
* @glyphs: the glyph string to draw
* @x: the x position of start of string
* @y: the y position of baseline
@@ -175,6 +176,7 @@ pango_x_render (Display *display,
/**
* pango_x_glyph_extents:
+ * @font: a #PangoFont
* @glyph: the glyph to measure
* @lbearing: left bearing of glyph (result)
* @rbearing: right bearing of glyph (result)
@@ -240,6 +242,7 @@ pango_x_glyph_extents (PangoFont *font,
/**
* pango_x_extents:
+ * @font: a #PangoFont
* @glyphs: the glyph string to measure
* @lbearing: left bearing of string (result)
* @rbearing: right bearing of string (result)