pidgin 2.14.14dev
|
Command UI operations; UIs should implement this if they want to handle commands themselves, rather than relying on the core. More...
#include <cmds.h>
Data Fields | |
void(* | register_command )(const gchar *name, PurpleCmdPriority priority, PurpleCmdFlag flags, const gchar *prpl_id, const gchar *help, PurpleCmd *cmd) |
If implemented, the UI is responsible for handling commands. | |
void(* | unregister_command )(const gchar *name, const gchar *prpl_id) |
Should be implemented if register_command is implemented. | |
void(* | _purple_reserved1 )(void) |
void(* | _purple_reserved2 )(void) |
void(* | _purple_reserved3 )(void) |
void(* | _purple_reserved4 )(void) |
Command UI operations; UIs should implement this if they want to handle commands themselves, rather than relying on the core.
void(* PurpleCommandsUiOps::register_command) (const gchar *name, PurpleCmdPriority priority, PurpleCmdFlag flags, const gchar *prpl_id, const gchar *help, PurpleCmd *cmd) |
void(* PurpleCommandsUiOps::unregister_command) (const gchar *name, const gchar *prpl_id) |