From bddb4823743f012b5905f553cbe4f3c6575361b4 Mon Sep 17 00:00:00 2001 From: hiro Date: Tue, 2 Nov 2010 11:56:07 +0000 Subject: merged plug-in update check and automatic update patch. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2707 ee746299-78ed-0310-b773-934348b2243d --- src/plugin.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/plugin.h') 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 */ -- cgit v1.2.3