aboutsummaryrefslogtreecommitdiff
path: root/src/plugin.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-11-02 11:56:07 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-11-02 11:56:07 +0000
commitbddb4823743f012b5905f553cbe4f3c6575361b4 (patch)
tree6d33787943262104fd4df86aa13e1c16b1b7babd /src/plugin.h
parent68379640644a6ba3870e2e230687d6a19946e008 (diff)
merged plug-in update check and automatic update patch.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2707 ee746299-78ed-0310-b773-934348b2243d
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 */