diff options
author | Matthias Clasen <maclas@gmx.de> | 2003-09-29 23:24:36 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2003-09-29 23:24:36 +0000 |
commit | 47e04408669687d29444b57c2a92018f4beaef7e (patch) | |
tree | 1424547aa6ad03086d1f5395358761d78a5b893d /pango/pango-engine.h | |
parent | b1e23366755fee7d93b3f706bc24337aaeef0ef3 (diff) | |
download | pango-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-engine.h')
-rw-r--r-- | pango/pango-engine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-engine.h b/pango/pango-engine.h index 253d85c7..4ac29739 100644 --- a/pango/pango-engine.h +++ b/pango/pango-engine.h @@ -164,7 +164,7 @@ struct _PangoEngineShape * if no rendering is desired for a character, this may involve * inserting glyphs with the #PangoGlyph ID 0, which is guaranteed never * to render. - * @get_coverage: Returns the characters that this engine can cover + * @covers: Returns the characters that this engine can cover * with a given font for a given language. If not overridden, the default * implementation simply returns the coverage information for the * font itself unmodified. |