summaryrefslogtreecommitdiff
path: root/pango/pango-fontset.c
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2001-12-02 22:24:27 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2001-12-02 22:24:27 +0000
commit286e3966863aa4f56737cc20ae5e00b2068abee0 (patch)
tree1b8103d2a205ba6e50ee1225327a5d082037f26f /pango/pango-fontset.c
parent801b3b6e17fe50fd8b18e779e43a5d87aa10a3a6 (diff)
downloadpango-286e3966863aa4f56737cc20ae5e00b2068abee0.tar.gz
Documentation fixes.
* pango/pango-fontset.c: Documentation fixes.
Diffstat (limited to 'pango/pango-fontset.c')
-rw-r--r--pango/pango-fontset.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/pango/pango-fontset.c b/pango/pango-fontset.c
index cf75ea29..761f1c49 100644
--- a/pango/pango-fontset.c
+++ b/pango/pango-fontset.c
@@ -200,9 +200,10 @@ static PangoFontsetClass *simple_parent_class; /* Parent class structure for Pan
/**
* pango_fontset_simple_new:
* @language: a #PangoLanguage tag
- * @returns: a newly-allocated #PangoFontsetSimple.
*
* Creates a new #PangoFontsetSimple for the given language.
+ *
+ * Returns: a newly-allocated #PangoFontsetSimple.
**/
PangoFontsetSimple *
pango_fontset_simple_new (PangoLanguage *language)
@@ -307,9 +308,10 @@ pango_fontset_simple_append (PangoFontsetSimple *fontset,
/**
* pango_fontset_simple_size:
* @fontset: a #PangoFontsetSimple.
- * @returns: the size of @fontset.
*
* Returns the number of fonts in the fontset.
+ *
+ * Returns: the size of @fontset.
**/
int
pango_fontset_simple_size (PangoFontsetSimple *fontset)