_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.
PurplePluginInfoinfo
 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 132 of file plugin.h.


The documentation for this struct was generated from the following file: