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.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/pango/pango-modules.h b/pango/pango-modules.h
index 5dbcfe9f..aec79e76 100644
--- a/pango/pango-modules.h
+++ b/pango/pango-modules.h
@@ -33,6 +33,17 @@ typedef struct _PangoMapEntry PangoMapEntry;
typedef struct _PangoIncludedModule PangoIncludedModule;
+/**
+ * PangoIncludedModule:
+ * @list: a function that lists the engines defined in this module.
+ * @init: a function to initialize the module.
+ * @exit: a function to finalize the module.
+ * @create: a function to create an engine, given the engine name.
+ *
+ * The #PangoIncludedModule structure for a statically linked module
+ * contains the functions that would otherwise be loaded from a dynamically
+ * loaded module.
+ */
struct _PangoIncludedModule
{
void (*list) (PangoEngineInfo **engines,