aboutsummaryrefslogtreecommitdiff
path: root/src/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugin.h')
-rw-r--r--src/plugin.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/plugin.h b/src/plugin.h
index 806a5b3d..678c05a4 100644
--- a/src/plugin.h
+++ b/src/plugin.h
@@ -45,7 +45,7 @@ typedef void (*SylPluginLoadFunc) (void);
typedef void (*SylPluginUnloadFunc) (void);
typedef void (*SylPluginCallbackFunc) (void);
-#define SYL_PLUGIN_INTERFACE_VERSION 0x0104
+#define SYL_PLUGIN_INTERFACE_VERSION 0x0105
struct _SylPlugin
{
@@ -204,4 +204,10 @@ gboolean syl_plugin_inc_is_active (void);
void syl_plugin_inc_lock (void);
void syl_plugin_inc_unlock (void);
+void syl_plugin_update_check (gboolean show_dialog_always);
+void syl_plugin_update_check_set_check_url (const gchar *url);
+const gchar *syl_plugin_update_check_get_check_url (void);
+void syl_plugin_update_check_set_jump_url (const gchar *url);
+const gchar *syl_plugin_update_check_get_jump_url (void);
+
#endif /* __PLUGIN_H__ */