summaryrefslogtreecommitdiff
path: root/pango/pango-renderer.c
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-01-21 19:51:25 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-01-21 19:51:25 +0000
commitf4a9ab9847427582a0d1a4edc1ab82430fe3d7ec (patch)
tree167957b05ad69e2aff241b5e64af43e0c99c2039 /pango/pango-renderer.c
parent553014c7319eecc18c939365e40d632a74098f7e (diff)
downloadpango-f4a9ab9847427582a0d1a4edc1ab82430fe3d7ec.tar.gz
Make matrix parameter const.
2006-01-21 Behdad Esfahbod <behdad@gnome.org> * pango/pango-types.h, pango/pango-utils.h (pango_matrix_get_font_scale_factor): Make matrix parameter const. * pango/fonts.c, pango/pango-context.c, pango/pango-coverage.c, pango/pango-fontset.c, pango/pango-layout.c, pango/pango-renderer.c, pango/pango-types.h, pango/pango-utils.c, pango/pangocairo-atsuifont.c, pango/pangofc-font.c, pango/pangoft2-fontmap.c, pango/pangowin32-fontmap.c, pango/pangowin32.c, pango/pangox-fontmap.c, pango/pangoxft-font.c: Replace "Returns:" with "Return value:" in docs.
Diffstat (limited to 'pango/pango-renderer.c')
-rw-r--r--pango/pango-renderer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-renderer.c b/pango/pango-renderer.c
index 31e14077..cb7095b2 100644
--- a/pango/pango-renderer.c
+++ b/pango/pango-renderer.c
@@ -1230,7 +1230,7 @@ pango_renderer_set_matrix (PangoRenderer *renderer,
* Gets the transformation matrix that will be applied when
* rendering. See pango_renderer_set_matrix().
*
- * Returns: the matrix, or %NULL if no matrix has been set
+ * Return value: the matrix, or %NULL if no matrix has been set
* (which is the same as the identity matrix). The returned
* matrix is owned by Pango and must not be modified or
* freed.