diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2007-06-03 20:23:49 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2007-06-03 20:23:49 +0000 |
commit | e79b37d413ae5bad8cbb813f4720fb0a38bb94d0 (patch) | |
tree | 914fab28430b2c0e3603c41f09eefe011389efa9 /pango/pango-ot.h | |
parent | 99d528b55a30bb0b260afd572b6db599ef85b1aa (diff) | |
download | pango-e79b37d413ae5bad8cbb813f4720fb0a38bb94d0.tar.gz |
Rename pango_ot_ruleset_get_for() to
2007-06-03 Behdad Esfahbod <behdad@gnome.org>
* docs/pango-sections.txt:
* docs/tmpl/opentype.sgml:
* modules/arabic/arabic-fc.c (arabic_engine_shape):
* modules/basic/basic-fc.c (basic_engine_shape):
* modules/hebrew/hebrew-fc.c (hebrew_engine_shape):
* modules/indic/indic-fc.c (indic_engine_shape):
* modules/khmer/khmer-fc.c (khmer_engine_shape):
* modules/syriac/syriac-fc.c (syriac_engine_shape):
* modules/thai/thai-fc.c (thai_engine_shape):
* modules/tibetan/tibetan-fc.c (tibetan_engine_shape):
* pango/pango-ot-ruleset.c (pango_ot_ruleset_get_for_description),
(pango_ot_ruleset_new_from_description):
* pango/pango-ot.h:
* pango/pangoft2.def:
Rename pango_ot_ruleset_get_for() to
pango_ot_ruleset_get_for_description().
New engine API: pango_ot_ruleset_new_from_description().
svn path=/trunk/; revision=2328
Diffstat (limited to 'pango/pango-ot.h')
-rw-r--r-- | pango/pango-ot.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/pango/pango-ot.h b/pango/pango-ot.h index e1ea45e1..60d2a55c 100644 --- a/pango/pango-ot.h +++ b/pango/pango-ot.h @@ -134,12 +134,14 @@ void pango_ot_buffer_output (const PangoOTBuffer *buffer, void pango_ot_buffer_set_zero_width_marks (PangoOTBuffer *buffer, gboolean zero_width_marks); -const PangoOTRuleset *pango_ot_ruleset_get_for (PangoOTInfo *info, - const PangoOTRulesetDescription *desc); +const PangoOTRuleset *pango_ot_ruleset_get_for_description (PangoOTInfo *info, + const PangoOTRulesetDescription *desc); PangoOTRuleset *pango_ot_ruleset_new (PangoOTInfo *info); PangoOTRuleset *pango_ot_ruleset_new_for (PangoOTInfo *info, PangoScript script, PangoLanguage *language); +PangoOTRuleset *pango_ot_ruleset_new_from_description (PangoOTInfo *info, + const PangoOTRulesetDescription *desc); void pango_ot_ruleset_add_feature (PangoOTRuleset *ruleset, PangoOTTableType table_type, guint feature_index, |