diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2007-12-20 00:53:00 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2007-12-20 00:53:00 +0000 |
commit | cbd6e61fbff0af995bf198225d2b138c45c5d53d (patch) | |
tree | 3fec569e662ca5a2163b46d3764332718eaa1ed4 /docs/pango-sections.txt | |
parent | 6f1a017661990d62bfc5d76182ed61e0c772656f (diff) | |
download | pango-cbd6e61fbff0af995bf198225d2b138c45c5d53d.tar.gz |
Red Hat Bug 426178: gtkdoc-scan fails on pango
2007-12-19 Behdad Esfahbod <behdad@gnome.org>
Red Hat Bug 426178: gtkdoc-scan fails on pango
* docs/pango-sections.txt:
* pango/pango-ot-private.h:
* pango/pango-ot.h:
Make the following symbols available to engines:
PANGO_IS_OT_INFO
PANGO_IS_OT_RULESET
PANGO_OT_INFO
PANGO_OT_RULESET
PANGO_TYPE_OT_INFO
PANGO_TYPE_OT_RULESET
pango_ot_info_get_type
pango_ot_ruleset_get_type
svn path=/trunk/; revision=2528
Diffstat (limited to 'docs/pango-sections.txt')
-rw-r--r-- | docs/pango-sections.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/pango-sections.txt b/docs/pango-sections.txt index af8ce234..71e0bfd7 100644 --- a/docs/pango-sections.txt +++ b/docs/pango-sections.txt @@ -1013,6 +1013,16 @@ pango_ot_tag_from_language pango_ot_tag_from_script pango_ot_tag_to_language pango_ot_tag_to_script + +<SUBSECTION Standard> +PANGO_IS_OT_INFO +PANGO_IS_OT_RULESET +PANGO_OT_INFO +PANGO_OT_RULESET +PANGO_TYPE_OT_INFO +PANGO_TYPE_OT_RULESET +pango_ot_info_get_type +pango_ot_ruleset_get_type </SECTION> <SECTION> |