plugin_basic_class Struct Reference

a class that is common to any plugin class. More...

#include <plugin.h>


Data Fields

unsigned api_version
char * class_name
int(* initialize )(void)
 called before anything else.
int(* shutdown )(void)
 called before unloading, return 0 to refuse.


Detailed Description

a class that is common to any plugin class.

the member should be named base_class in derivative classes.

Definition at line 25 of file plugin.h.


Field Documentation

Definition at line 26 of file plugin.h.

Definition at line 27 of file plugin.h.

called before anything else.

called before unloading, return 0 to refuse.


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

Generated on Mon Dec 28 09:03:37 2009 for boris by  doxygen 1.5.8