_PurplePlugin Struct Reference
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 137 of file plugin.h.
Field Documentation
Plugin-specific data.
Definition at line 146 of file plugin.h.
The module handle.
Definition at line 141 of file plugin.h.
The plugin information.
Definition at line 143 of file plugin.h.
The loaded state.
Definition at line 140 of file plugin.h.
Native C plugin.
Definition at line 139 of file plugin.h.
The path to the plugin.
Definition at line 142 of file plugin.h.
The documentation for this struct was generated from the following file: