Upload tizen 2.0 beta source
[external/pango1.0.git] / pango / module-defs-fc.c.win32
1 /* Hand-written. Once the GNU configure mechanism is used
2  * on Win32, too, can be generated.
3 */
4
5 #include "modules.h"
6
7 #ifdef PANGO_MODULE_PREFIX
8 /* by defining PANGO_MODULE_PREFIX the basic module gets include in the
9  * backend library, here ../modules/basic/basic-fc.c
10  * It helps the backend to not fall on its nose even with a screwed module
11  * configuration. There should be at least enough fonts available to show
12  * an error message ...
13  */
14 void         _pango_basic_ft2_script_engine_list   (PangoEngineInfo **engines,
15                                                     gint             *n_engines);
16 void         _pango_basic_ft2_script_engine_init   (GTypeModule      *module);
17 void         _pango_basic_ft2_script_engine_exit   (void);
18 PangoEngine *_pango_basic_ft2_script_engine_create (const char       *id);
19 #endif
20
21 PangoIncludedModule _pango_included_fc_modules[] = {
22 #ifdef PANGO_MODULE_PREFIX
23  { 
24    _pango_basic_ft2_script_engine_list,  
25    _pango_basic_ft2_script_engine_init, 
26    _pango_basic_ft2_script_engine_exit,  
27    _pango_basic_ft2_script_engine_create 
28  },
29 #endif
30  { NULL, NULL, NULL },
31 };