summaryrefslogtreecommitdiff
path: root/pango/pango-modules.h
diff options
context:
space:
mode:
Diffstat (limited to 'pango/pango-modules.h')
-rw-r--r--pango/pango-modules.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/pango/pango-modules.h b/pango/pango-modules.h
index c0c65301..c0bb5c9a 100644
--- a/pango/pango-modules.h
+++ b/pango/pango-modules.h
@@ -41,9 +41,11 @@ typedef struct _PangoIncludedModule PangoIncludedModule;
struct _PangoIncludedModule
{
- void (*list) (PangoEngineInfo **engines, int *n_engines);
- PangoEngine *(*load) (const char *id);
- void (*unload) (PangoEngine *engine);
+ void (*list) (PangoEngineInfo **engines,
+ int *n_engines);
+ void (*init) (GTypeModule *module);
+ void (*exit) (void);
+ PangoEngine *(*create) (const char *id);
};
PangoMap * pango_find_map (PangoLanguage *language,