plugin_t Struct Reference

Describes a Synema plugin. More...

#include <plugins.h>

Data Fields

gchar * name
 name of the plugin (unique identifier)
void * handle
 dlhandle for the plugin's shared library

Detailed Description

Describes a Synema plugin.

This structure describes a plugin, which is made of a name that is proper to this plugin, and a dlhandle used for loading the plugin's symbols dynamically.

Definition at line 41 of file plugins.h.


Field Documentation

dlhandle for the plugin's shared library

Definition at line 43 of file plugins.h.

name of the plugin (unique identifier)

Definition at line 42 of file plugins.h.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines

Generated on Tue Jan 12 00:48:45 2010 for ENSIBSynema by  doxygen 1.6.1