Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
_PangoIncludedModule Struct Reference

#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)
 

Detailed Description

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.

Field Documentation

◆ create

PangoEngine *(* _PangoIncludedModule::create) (const char *id)

Definition at line 60 of file pango-modules.h.

◆ exit

void(* _PangoIncludedModule::exit) (void)

Definition at line 59 of file pango-modules.h.

◆ init

void(* _PangoIncludedModule::init) (GTypeModule *module)

Definition at line 58 of file pango-modules.h.

◆ list

void(* _PangoIncludedModule::list) (PangoEngineInfo **engines, int *n_engines)

Definition at line 56 of file pango-modules.h.


The documentation for this struct was generated from the following file: