diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2001-12-02 22:24:27 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2001-12-02 22:24:27 +0000 |
commit | 286e3966863aa4f56737cc20ae5e00b2068abee0 (patch) | |
tree | 1b8103d2a205ba6e50ee1225327a5d082037f26f /pango/pango-fontset.c | |
parent | 801b3b6e17fe50fd8b18e779e43a5d87aa10a3a6 (diff) | |
download | pango-286e3966863aa4f56737cc20ae5e00b2068abee0.tar.gz |
Documentation fixes.
* pango/pango-fontset.c: Documentation fixes.
Diffstat (limited to 'pango/pango-fontset.c')
-rw-r--r-- | pango/pango-fontset.c | 6 |
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) |