diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2007-06-21 17:51:57 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2007-06-21 17:51:57 +0000 |
commit | cd52bcd5dbb61f5cbada046ff917457e9f34b204 (patch) | |
tree | 79ad96e4055ec1c97fcab27230561c17a6c061ef /docs | |
parent | 079670f3cc18c2e93cab1f8ffa265f288aaf26b5 (diff) | |
download | pango-cd52bcd5dbb61f5cbada046ff917457e9f34b204.tar.gz |
Add missing types.
2007-06-21 Behdad Esfahbod <behdad@gnome.org>
* docs/pango.types: Add missing types.
svn path=/trunk/; revision=2365
Diffstat (limited to 'docs')
-rw-r--r-- | docs/pango.types | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/docs/pango.types b/docs/pango.types index 818e81b8..96361269 100644 --- a/docs/pango.types +++ b/docs/pango.types @@ -4,6 +4,7 @@ #include <pango/pangofc-fontmap.h> #include <pango/pangoft2.h> #include <pango/pangoxft.h> +#include <pango/pango-ot.h> pango_engine_get_type pango_engine_lang_get_type @@ -11,14 +12,19 @@ pango_engine_shape_get_type pango_font_get_type pango_font_family_get_type pango_font_face_get_type -pango_context_get_type pango_font_map_get_type pango_fontset_get_type pango_fontset_simple_get_type +pango_context_get_type +pango_layout_get_type +pango_renderer_get_type pango_fc_font_get_type pango_fc_font_map_get_type pango_fc_decoder_get_type pango_ft2_font_map_get_type pango_xft_font_get_type +pango_xft_font_map_get_type +pango_xft_renderer_get_type pango_cairo_font_map_get_type - +pango_ot_info_get_type +pango_ot_ruleset_get_type |