Revision 2343 src/plugin.h
| plugin.h (revision 2343) | ||
|---|---|---|
| 45 | 45 |
typedef void (*SylPluginUnloadFunc) (void); |
| 46 | 46 |
typedef void (*SylPluginCallbackFunc) (void); |
| 47 | 47 |
|
| 48 |
#define SYL_PLUGIN_INTERFACE_VERSION 0x0102
|
|
| 48 |
#define SYL_PLUGIN_INTERFACE_VERSION 0x0103
|
|
| 49 | 49 |
|
| 50 | 50 |
struct _SylPlugin |
| 51 | 51 |
{
|
| ... | ... | |
| 107 | 107 |
|
| 108 | 108 |
const gchar *syl_plugin_get_prog_version (void); |
| 109 | 109 |
|
| 110 |
void syl_plugin_main_window_lock (void); |
|
| 111 |
void syl_plugin_main_window_unlock (void); |
|
| 110 | 112 |
gpointer syl_plugin_main_window_get (void); |
| 111 | 113 |
void syl_plugin_main_window_popup (gpointer mainwin); |
| 112 | 114 |
GtkWidget *syl_plugin_main_window_get_statusbar (void); |
| ... | ... | |
| 175 | 177 |
(void); |
| 176 | 178 |
|
| 177 | 179 |
void syl_plugin_inc_mail (void); |
| 180 |
gboolean syl_plugin_inc_is_active (void); |
|
| 178 | 181 |
void syl_plugin_inc_lock (void); |
| 179 | 182 |
void syl_plugin_inc_unlock (void); |
| 180 | 183 |
|
Also available in: Unified diff