X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fmaemo%2Fmodest-progress-bar-widget.h;h=24b4d4415147aaa4d9e82297dd0c93fc5f56ca22;hb=0d5eae5a731eb70b24874a9aaf773800190f355d;hp=c4a575452fc8ff207f16320d3c09e990a31446bd;hpb=10f4d89635e5693323031cc4408f02fcd148eb3e;p=modest diff --git a/src/maemo/modest-progress-bar-widget.h b/src/maemo/modest-progress-bar-widget.h index c4a5754..24b4d44 100644 --- a/src/maemo/modest-progress-bar-widget.h +++ b/src/maemo/modest-progress-bar-widget.h @@ -67,10 +67,16 @@ typedef enum { /* member functions */ GType modest_progress_bar_widget_get_type (void) G_GNUC_CONST; -GtkWidget* modest_progress_bar_widget_new (); +GtkWidget* modest_progress_bar_widget_new (void); -void modest_progress_bar_widget_set_progress (ModestProgressBarWidget *self, const gchar *msg, gint done, gint total); +void modest_progress_bar_widget_set_progress (ModestProgressBarWidget *self, + const gchar *msg, + gint done, + gint total); +void +modest_progress_bar_widget_set_undetermined_progress (ModestProgressBarWidget *self, + ModestMailOperation *mail_op); G_END_DECLS