summaryrefslogtreecommitdiff
path: root/pango/pango-fontset.c
diff options
context:
space:
mode:
authorMatthias Clasen <maclas@gmx.de>2003-09-29 23:24:36 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2003-09-29 23:24:36 +0000
commit47e04408669687d29444b57c2a92018f4beaef7e (patch)
tree1424547aa6ad03086d1f5395358761d78a5b893d /pango/pango-fontset.c
parentb1e23366755fee7d93b3f706bc24337aaeef0ef3 (diff)
downloadpango-47e04408669687d29444b57c2a92018f4beaef7e.tar.gz
Replace get_coverage by covers in the doc comment.
2003-09-30 Matthias Clasen <maclas@gmx.de> * pango/pango-engine.h (struct _PangoEngineShapeClass): Replace get_coverage by covers in the doc comment. * pango/pango-script.c (pango_language_includes_script) (pango_script_get_sample_language): * pango/pango-fontset.c (pango_fontset_foreach): * pango/pango-fontmap.c (pango_font_map_get_shape_engine_type): * pango/modules.c (pango_map_get_engines): * pango/pango-fontset.h (PangoFontsetForEachFunc): Fix typos and add "Since: 1.4" tags. * docs/pango-sections.txt: Add PangoFontsetForeachFunc, pango_fontset_foreach(), pango_font_map_get_shape_engine_type(), PangoScriptForLang, pango_script_get_sample_language() and pango_language_includes_script(), remove pango_map_get_entry().
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 1f639376..e3f38920 100644
--- a/pango/pango-fontset.c
+++ b/pango/pango-fontset.c
@@ -84,8 +84,10 @@ pango_fontset_get_metrics (PangoFontset *fontset)
* @func: Callback function
* @data: data to pass to the callback function
*
- * Iterate through all the fonts in a fontset, calling @func for
- * each one. If @func returns TRUE, that stops the iteration.
+ * Iterates through all the fonts in a fontset, calling @func for
+ * each one. If @func returns %TRUE, that stops the iteration.
+ *
+ * Since: 1.4
**/
void
pango_fontset_foreach (PangoFontset *fontset,