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/modules.c | |
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/modules.c')
-rw-r--r-- | pango/modules.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pango/modules.c b/pango/modules.c index 2f11dbdb..3e8ba212 100644 --- a/pango/modules.c +++ b/pango/modules.c @@ -679,6 +679,8 @@ append_engines (GSList **engine_list, * lists should be fred with g_slist_free, but the engines in the * lists are owned by GLib and will be kept around permanently, so * they should not be unref'ed. + * + * Since: 1.4 **/ void pango_map_get_engines (PangoMap *map, |