_PurplePlugin Struct Reference
A plugin handle.
More...
#include <plugin.h>
Collaboration diagram for _PurplePlugin:
[legend]
|
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 138 of file plugin.h.
Field Documentation
Native C plugin.
Definition at line 140 of file plugin.h.
The loaded state.
Definition at line 141 of file plugin.h.
The module handle.
Definition at line 142 of file plugin.h.
The path to the plugin.
Definition at line 143 of file plugin.h.
The plugin information.
Definition at line 144 of file plugin.h.
Plugin-specific data.
Definition at line 147 of file plugin.h.
The documentation for this struct was generated from the following file: