aboutsummaryrefslogtreecommitdiff
path: root/src/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugin.h')
-rw-r--r--src/plugin.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/plugin.h b/src/plugin.h
index 4d0ea5df..60a0d263 100644
--- a/src/plugin.h
+++ b/src/plugin.h
@@ -246,8 +246,14 @@ 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_download_url (const gchar *url);
+const gchar *syl_plugin_update_check_get_download_url (void);
void syl_plugin_update_check_set_jump_url (const gchar *url);
const gchar *syl_plugin_update_check_get_jump_url (void);
+void syl_plugin_update_check_set_check_plugin_url (const gchar *url);
+const gchar *syl_plugin_update_check_get_check_plugin_url(void);
+void syl_plugin_update_check_set_jump_plugin_url (const gchar *url);
+const gchar *syl_plugin_update_check_get_jump_plugin_url(void);
/* type corresponds to AlertType
* default_value and return value corresponds to AlertValue */