From c14e8dd705e3483f2b0cf1fec2d754637d66b062 Mon Sep 17 00:00:00 2001 From: Peter Williams Date: Thu, 22 Jun 2000 16:34:33 +0000 Subject: Add nice blocking stuff for the error dialog and a new get_password hook in the async toolkit svn path=/trunk/; revision=3692 --- mail/mail-threads.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mail/mail-threads.h') diff --git a/mail/mail-threads.h b/mail/mail-threads.h index 89fa439fa9..a56c6433a6 100644 --- a/mail/mail-threads.h +++ b/mail/mail-threads.h @@ -38,8 +38,11 @@ void mail_op_hide_progressbar( void ); void mail_op_show_progressbar( void ); void mail_op_set_message( gchar *fmt, ... ) G_GNUC_PRINTF( 1, 2 ); void mail_op_error( gchar *fmt, ... ) G_GNUC_PRINTF( 1, 2 ); +gboolean mail_op_get_password( gchar *prompt, gboolean secret, gchar **dest ); /* Wait for the async operations to finish */ void mail_operation_wait_for_finish( void ); +gboolean mail_operations_are_executing( void ); + #endif /* defined _MAIL_THREADS_H_ */ -- cgit v1.2.3