aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-09-09 07:19:52 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-09-09 07:19:52 +0000
commitf7ca35cbcbb20c446d2fc392adcb67bf3ccacc77 (patch)
tree23096150e8bea463a5b7ff6d4e63eaa7eee1b9b8 /src/mainwindow.h
parent1bddee29d23efedb91b43a1fa6667090a52f54f9 (diff)
update progress bar when executing long IMAP4 operations.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@567 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 3184ca8b..d78f08c7 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -155,6 +155,9 @@ void main_window_progress_set (MainWindow *mainwin,
gint cur,
gint total);
+void main_window_progress_show (gint cur,
+ gint total);
+
void main_window_toggle_online (MainWindow *mainwin,
gboolean online);
gboolean main_window_toggle_online_if_offline (MainWindow *mainwin);