A plugin handle.
More...
#include <plugin.h>
Data Fields |
| gboolean | native_plugin |
| | Native C plugin.
|
| gboolean | loaded |
| | The loaded state.
|
| void * | handle |
| | The module handle.
|
| char * | path |
| | The path to the plugin.
|
| PurplePluginInfo * | info |
| | The plugin information.
|
|
char * | error |
| void * | ipc_data |
| | IPC data.
|
| void * | extra |
| | Plugin-specific data.
|
|
gboolean | unloadable |
| | Unloadable.
|
|
GList * | dependent_plugins |
| | Plugins depending on this.
|
|
void(* | _purple_reserved1 )(void) |
|
void(* | _purple_reserved2 )(void) |
|
void(* | _purple_reserved3 )(void) |
|
void(* | _purple_reserved4 )(void) |
Detailed Description
A plugin handle.
Definition at line 151 of file plugin.h.
Field Documentation
| void* _PurplePlugin::extra |
Plugin-specific data.
Definition at line 160 of file plugin.h.
| void* _PurplePlugin::handle |
The module handle.
Definition at line 155 of file plugin.h.
The plugin information.
Definition at line 157 of file plugin.h.
| void* _PurplePlugin::ipc_data |
| gboolean _PurplePlugin::loaded |
The loaded state.
Definition at line 154 of file plugin.h.
| gboolean _PurplePlugin::native_plugin |
Native C plugin.
Definition at line 153 of file plugin.h.
| char* _PurplePlugin::path |
The path to the plugin.
Definition at line 156 of file plugin.h.
The documentation for this struct was generated from the following file: