diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2001-10-30 22:09:20 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2001-10-30 22:09:20 +0000 |
commit | 481f268a29a4ae8746b9c89685ec827afcfd42f1 (patch) | |
tree | dda1cf9025970346ad1dc8cb837427787e083880 /docs/pango-sections.txt | |
parent | 24f2e7c4701fc475636d458808e8a7baabbd2c59 (diff) | |
download | pango-481f268a29a4ae8746b9c89685ec827afcfd42f1.tar.gz |
Remove declarations of unimplemented functions
* docs/pango-sections.txt, pango/pango-ot.h: Remove declarations
of unimplemented functions pango_ot_ruleset_set_glyph_loader and
pango_ot_ruleset_set_alternate_func and the related typedefs
PangoOTGlyphLoader and PangoOTAlternateFunc.
* pango/opentype/pango-ot-info.c,
pango/opentype/pango-ot-ruleset.c: Documentation updates.
Diffstat (limited to 'docs/pango-sections.txt')
-rw-r--r-- | docs/pango-sections.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/pango-sections.txt b/docs/pango-sections.txt index 3a0587f6..ddc21db7 100644 --- a/docs/pango-sections.txt +++ b/docs/pango-sections.txt @@ -590,11 +590,7 @@ pango_ot_info_find_feature pango_ot_info_list_scripts pango_ot_info_list_languages pango_ot_info_list_features -PangoOTGlyphLoader -PangoOTAlternateFunc pango_ot_ruleset_new -pango_ot_ruleset_set_glyph_loader -pango_ot_ruleset_set_alternate_func pango_ot_ruleset_add_feature pango_ot_ruleset_shape </SECTION> |