pidgin 2.14.14dev
|
The structure used in the actions member of PurplePluginInfo. More...
#include <plugin.h>
Data Fields | |
char * | label |
void(* | callback )(PurplePluginAction *) |
PurplePlugin * | plugin |
set to the owning plugin | |
gpointer | context |
NULL for plugin actions menu, set to the PurpleConnection for account actions menu. | |
gpointer | user_data |
The structure used in the actions member of PurplePluginInfo.
void(* _PurplePluginAction::callback) (PurplePluginAction *) |
gpointer _PurplePluginAction::context |
PurplePlugin* _PurplePluginAction::plugin |