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-context.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-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 1da56fd2..1a6daa22 100644 --- a/pango/pango-context.c +++ b/pango/pango-context.c @@ -280,7 +280,7 @@ pango_context_list_families (PangoContext *context, * Loads the font in one of the fontmaps in the context * 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_context_load_font (PangoContext *context, @@ -301,7 +301,7 @@ pango_context_load_font (PangoContext *context, * Load a set of fonts in the context 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_context_load_fontset (PangoContext *context, |