Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <pango-modules.h>
Data Fields | |
void(* | list )(PangoEngineInfo **engines, int *n_engines) |
void(* | init )(GTypeModule *module) |
void(* | exit )(void) |
PangoEngine *(* | create )(const char *id) |
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.
Deprecated: 1.38
Definition at line 54 of file pango-modules.h.
PangoEngine *(* _PangoIncludedModule::create) (const char *id) |
Definition at line 60 of file pango-modules.h.
void(* _PangoIncludedModule::exit) (void) |
Definition at line 59 of file pango-modules.h.
void(* _PangoIncludedModule::init) (GTypeModule *module) |
Definition at line 58 of file pango-modules.h.
void(* _PangoIncludedModule::list) (PangoEngineInfo **engines, int *n_engines) |
Definition at line 56 of file pango-modules.h.