summaryrefslogtreecommitdiff
path: root/pango/modules.h
diff options
context:
space:
mode:
authorElliot Lee <sopwith@src.gnome.org>2000-11-16 17:22:29 +0000
committerElliot Lee <sopwith@src.gnome.org>2000-11-16 17:22:29 +0000
commitc624bdbddb760abedddd113b1ba839e50c6cbb61 (patch)
treedafa947c0aa9e57735dda3cad4e653aa7a047902 /pango/modules.h
parent399c0a006cc8f9d8005c562a7e90cbfef95e2a18 (diff)
downloadpango-c624bdbddb760abedddd113b1ba839e50c6cbb61.tar.gz
Make some vars static. Implement pango_module_register function. Move
* pango/modules.c: Make some vars static. Implement pango_module_register function. * pango/pango-modules.h, pango/modules.h: Move declaration of PangoIncludedModule to pango-modules.h for public use.
Diffstat (limited to 'pango/modules.h')
-rw-r--r--pango/modules.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/pango/modules.h b/pango/modules.h
index 2ddc4999..409fb433 100644
--- a/pango/modules.h
+++ b/pango/modules.h
@@ -20,19 +20,11 @@
*/
#include <pango/pango-engine.h>
+#include <pango/pango-modules.h>
#ifndef __MODULES_H__
#define __MODULES_H__
-typedef struct _PangoIncludedModule PangoIncludedModule;
-
-struct _PangoIncludedModule
-{
- void (*list) (PangoEngineInfo **engines, int *n_engines);
- PangoEngine *(*load) (const char *id);
- void (*unload) (PangoEngine *engine);
-};
-
extern PangoIncludedModule _pango_included_modules[];
#endif /* __MODULES_H__ */