aboutsummaryrefslogtreecommitdiff
path: root/src/update_check.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/update_check.h')
-rw-r--r--src/update_check.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/update_check.h b/src/update_check.h
index 86d6a7e9..ac4c4770 100644
--- a/src/update_check.h
+++ b/src/update_check.h
@@ -29,12 +29,27 @@
#include <glib.h>
void update_check (gboolean show_dialog_always);
+void update_check_plugin (gboolean show_dialog_always);
+#ifdef G_OS_WIN32
+#ifdef USE_UPDATE_CHECK_PLUGIN
+void update_check_spawn_plugin_updater(void);
+#endif
+#endif
void update_check_set_check_url (const gchar *url);
const gchar *update_check_get_check_url (void);
+void update_check_set_download_url (const gchar *url);
+const gchar *update_check_get_download_url(void);
void update_check_set_jump_url (const gchar *url);
const gchar *update_check_get_jump_url (void);
+#ifdef USE_UPDATE_CHECK_PLUGIN
+void update_check_set_check_plugin_url (const gchar *url);
+const gchar *update_check_get_check_plugin_url(void);
+void update_check_set_jump_plugin_url (const gchar *url);
+const gchar *update_check_get_jump_plugin_url(void);
+#endif /* USE_UPDATE_CHECK_PLUGIN */
+
#endif /* USE_UPDATE_CHECK */
#endif /* __UPDATE_CHECK_H__ */