#include <plugin.h>

Public Attributes | |
| int(* | close )(void) |
| called for each close of this interface | |
| int(* | open )(void) |
| called for each open of this interface | |
| struct lumiera_plugin * | plugin |
| back reference to plugin | |
| size_t | size |
| size of the full structure is used to determine the revision (adding a new function increments the size) | |
| unsigned | use_count |
| incremented for each user of this interface and decremented when closed | |
| unsigned | version |
| interface version number | |
Definition at line 82 of file plugin.h.
1.5.5