summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2007-06-03 20:23:49 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2007-06-03 20:23:49 +0000
commite79b37d413ae5bad8cbb813f4720fb0a38bb94d0 (patch)
tree914fab28430b2c0e3603c41f09eefe011389efa9 /docs
parent99d528b55a30bb0b260afd572b6db599ef85b1aa (diff)
downloadpango-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 'docs')
-rw-r--r--docs/pango-sections.txt3
-rw-r--r--docs/tmpl/opentype.sgml15
2 files changed, 15 insertions, 3 deletions
diff --git a/docs/pango-sections.txt b/docs/pango-sections.txt
index fa57140a..d50b1a6e 100644
--- a/docs/pango-sections.txt
+++ b/docs/pango-sections.txt
@@ -964,9 +964,10 @@ pango_ot_buffer_set_rtl
pango_ot_buffer_set_zero_width_marks
pango_ot_buffer_get_glyphs
pango_ot_buffer_output
-pango_ot_ruleset_get_for
+pango_ot_ruleset_get_for_description
pango_ot_ruleset_new
pango_ot_ruleset_new_for
+pango_ot_ruleset_new_from_description
pango_ot_ruleset_add_feature
pango_ot_ruleset_maybe_add_feature
pango_ot_ruleset_maybe_add_features
diff --git a/docs/tmpl/opentype.sgml b/docs/tmpl/opentype.sgml
index 45865df6..20910f82 100644
--- a/docs/tmpl/opentype.sgml
+++ b/docs/tmpl/opentype.sgml
@@ -82,7 +82,8 @@ The #PangoOTRuleset structure holds all the information needed
to build a complete #PangoOTRuleset from an OpenType font.
The main use of this struct is to act as the key for a per-font
hash of rulesets. The user populates a ruleset description and
-gets the ruleset using pango_ot_ruleset_get_for().
+gets the ruleset using pango_ot_ruleset_get_for_description()
+or create a new one using pango_ot_ruleset_new_from_description().
</para>
@script: a #PangoScript.
@@ -348,7 +349,7 @@ is not found.
@glyphs:
-<!-- ##### FUNCTION pango_ot_ruleset_get_for ##### -->
+<!-- ##### FUNCTION pango_ot_ruleset_get_for_description ##### -->
<para>
</para>
@@ -378,6 +379,16 @@ is not found.
@Returns:
+<!-- ##### FUNCTION pango_ot_ruleset_new_from_description ##### -->
+<para>
+
+</para>
+
+@info:
+@desc:
+@Returns:
+
+
<!-- ##### FUNCTION pango_ot_ruleset_add_feature ##### -->
<para>