diff options
author | Wouter Bolsterlee <wbolster@svn.gnome.org> | 2008-01-28 00:37:21 +0000 |
---|---|---|
committer | Wouter Bolsterlee <wbolster@src.gnome.org> | 2008-01-28 00:37:21 +0000 |
commit | 4f605005a61cdd67f5b223f8f579ff47796926aa (patch) | |
tree | c3786fab2bbcdf5325a4d0432062b0edfa1579dc /pango/pango-fontmap.c | |
parent | aa8c59cc59ad897f2934e49fd69034876cc00215 (diff) | |
download | pango-4f605005a61cdd67f5b223f8f579ff47796926aa.tar.gz |
Fixed gtk-doc warnings.
2008-01-28 Wouter Bolsterlee <wbolster@svn.gnome.org>
* pango/pango-context.c:
* pango/pango-fontmap.c:
* pango/pango-utils.c:
* pango/pangofc-fontmap.h:
* pango/pangox.c:
* pango/reorder-items.c:
Fixed gtk-doc warnings.
svn path=/trunk/; revision=2555
Diffstat (limited to 'pango/pango-fontmap.c')
-rw-r--r-- | pango/pango-fontmap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/pango-fontmap.c b/pango/pango-fontmap.c index c56ffe5d..92066603 100644 --- a/pango/pango-fontmap.c +++ b/pango/pango-fontmap.c @@ -51,7 +51,7 @@ pango_font_map_init (PangoFontMap *fontmap) * * Load the font in the fontmap that is the closest match for @desc. * - * Returns the font loaded, or %NULL if no font matched. + * Returns: the font loaded, or %NULL if no font matched. **/ PangoFont * pango_font_map_load_font (PangoFontMap *fontmap, @@ -93,7 +93,7 @@ pango_font_map_list_families (PangoFontMap *fontmap, * Load a set of fonts in the fontmap that can be used to render * a font matching @desc. * - * Returns the fontset, or %NULL if no font matched. + * Returns: the fontset, or %NULL if no font matched. **/ PangoFontset * pango_font_map_load_fontset (PangoFontMap *fontmap, |