GnuCash c935c2f+
Loading...
Searching...
No Matches
Data Fields
GNCLoadedModule Struct Reference

Data Fields

GModule * gmodule
 
gchar * filename
 
int load_count
 
GNCModuleInfoinfo
 
int(* init_func )(int refcount)
 

Detailed Description

Definition at line 52 of file gnc-module.c.

Field Documentation

◆ filename

gchar* GNCLoadedModule::filename

Definition at line 55 of file gnc-module.c.

◆ gmodule

GModule* GNCLoadedModule::gmodule

Definition at line 54 of file gnc-module.c.

◆ info

GNCModuleInfo* GNCLoadedModule::info

Definition at line 57 of file gnc-module.c.

◆ init_func

int(* GNCLoadedModule::init_func) (int refcount)

Definition at line 58 of file gnc-module.c.

◆ load_count

int GNCLoadedModule::load_count

Definition at line 56 of file gnc-module.c.


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