Revision 2886 src/plugin.h
| plugin.h (revision 2886) | ||
|---|---|---|
| 45 | 45 |
typedef void (*SylPluginUnloadFunc) (void); |
| 46 | 46 |
typedef void (*SylPluginCallbackFunc) (void); |
| 47 | 47 |
|
| 48 |
#define SYL_PLUGIN_INTERFACE_VERSION 0x0107
|
|
| 48 |
#define SYL_PLUGIN_INTERFACE_VERSION 0x0108
|
|
| 49 | 49 |
|
| 50 | 50 |
struct _SylPlugin |
| 51 | 51 |
{
|
| ... | ... | |
| 71 | 71 |
const gchar *uri, |
| 72 | 72 |
const gchar *selected_text, |
| 73 | 73 |
MsgInfo *msginfo); |
| 74 |
|
|
| 75 |
gboolean (* compose_send) (GObject *obj, |
|
| 76 |
gpointer compose, |
|
| 77 |
gint compose_mode, |
|
| 78 |
gint send_mode, |
|
| 79 |
const gchar *msg_file, |
|
| 80 |
GSList *to_list); |
|
| 74 | 81 |
}; |
| 75 | 82 |
|
| 76 | 83 |
struct _SylPluginInfo |
Also available in: Unified diff