summaryrefslogtreecommitdiff
path: root/pango/pango-fontset.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-fontset.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-fontset.c')
-rw-r--r--pango/pango-fontset.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/pango/pango-fontset.c b/pango/pango-fontset.c
index acf8fd52..f40330b2 100644
--- a/pango/pango-fontset.c
+++ b/pango/pango-fontset.c
@@ -50,7 +50,7 @@ PANGO_DEFINE_TYPE_ABSTRACT (PangoFontset, pango_fontset,
* Returns the font in the fontset that contains the best glyph for the
* Unicode character @wc.
*
- * Returns: a #PangoFont. The caller must call g_object_unref when finished
+ * Return value: a #PangoFont. The caller must call g_object_unref when finished
* with the font.
**/
PangoFont *
@@ -69,7 +69,7 @@ pango_fontset_get_font (PangoFontset *fontset,
*
* Get overall metric information for the fonts in the fontset.
*
- * 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 *
@@ -234,7 +234,7 @@ static PangoFontsetClass *simple_parent_class; /* Parent class structure for Pan
*
* Creates a new #PangoFontsetSimple for the given language.
*
- * Returns: a newly-allocated #PangoFontsetSimple.
+ * Return value: a newly-allocated #PangoFontsetSimple.
**/
PangoFontsetSimple *
pango_fontset_simple_new (PangoLanguage *language)
@@ -319,7 +319,7 @@ pango_fontset_simple_append (PangoFontsetSimple *fontset,
*
* Returns the number of fonts in the fontset.
*
- * Returns: the size of @fontset.
+ * Return value: the size of @fontset.
**/
int
pango_fontset_simple_size (PangoFontsetSimple *fontset)