summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-01-21 19:58:28 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-01-21 19:58:28 +0000
commitb012ea64bdeeac0d23af02d47bb204a430ca9650 (patch)
tree19b86132b886c36782fee8740d36faba331262d9
parentf4a9ab9847427582a0d1a4edc1ab82430fe3d7ec (diff)
downloadpango-b012ea64bdeeac0d23af02d47bb204a430ca9650.tar.gz
Fix docs.
2006-01-21 Behdad Esfahbod <behdad@gnome.org> * pango/pango-utils.c (pango_matrix_get_font_scale_factor): Fix docs.
-rw-r--r--ChangeLog6
-rw-r--r--pango/pango-utils.c7
2 files changed, 10 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 6142c1b0..d20a022c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
2006-01-21 Behdad Esfahbod <behdad@gnome.org>
- * pango/pango-types.h, pango/pango-utils.h
+ * pango/pango-utils.c (pango_matrix_get_font_scale_factor): Fix docs.
+
+2006-01-21 Behdad Esfahbod <behdad@gnome.org>
+
+ * pango/pango-types.h, pango/pango-utils.c
(pango_matrix_get_font_scale_factor): Make matrix parameter const.
* pango/fonts.c, pango/pango-context.c, pango/pango-coverage.c,
diff --git a/pango/pango-utils.c b/pango/pango-utils.c
index 56313fda..e0bf654d 100644
--- a/pango/pango-utils.c
+++ b/pango/pango-utils.c
@@ -1157,9 +1157,12 @@ pango_matrix_concat (PangoMatrix *matrix,
* pango_matrix_get_font_scale_factor:
* @matrix: a #PangoMatrix, may be %NULL
*
- * Return value: the scale factor of @matrix on the height of the font.
+ * Returns the scale factor of a matrix on the height of the font.
* That is, the scale factor in the direction perpendicular to the
- * vector that the X coordinate is mapped to, or 1.0 if @matrix is %NULL.
+ * vector that the X coordinate is mapped to.
+ *
+ * Return value: the scale factor of @matrix on the height of the font,
+ * or 1.0 if @matrix is %NULL.
*
* Since: 1.12
**/