diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2006-01-21 19:51:25 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2006-01-21 19:51:25 +0000 |
commit | f4a9ab9847427582a0d1a4edc1ab82430fe3d7ec (patch) | |
tree | 167957b05ad69e2aff241b5e64af43e0c99c2039 /pango/pango-context.c | |
parent | 553014c7319eecc18c939365e40d632a74098f7e (diff) | |
download | pango-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-context.c')
-rw-r--r-- | pango/pango-context.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/pango-context.c b/pango/pango-context.c index e1b408f5..4f75df39 100644 --- a/pango/pango-context.c +++ b/pango/pango-context.c @@ -160,7 +160,7 @@ pango_context_set_matrix (PangoContext *context, * Gets the transformation matrix that will be applied when * rendering with this context. See pango_context_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. @@ -1368,7 +1368,7 @@ update_metrics_from_items (PangoFontMetrics *metrics, * be a composite of the metrics for the fonts loaded for the * individual families. * - * Returns: a #PangoFontMetrics object. The caller must call pango_font_metrics_unref() + * Return value: a #PangoFontMetrics object. The caller must call pango_font_metrics_unref() * when finished using the object. **/ PangoFontMetrics * |