X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fmaemo%2Fmodest-progress-bar-widget.h;h=0db622a18352a007baac66c046c953d248f3d434;hb=1e992fe6d5d1bb508a84cba052e0c18f555767c7;hp=f3674e408fc1757f2890c256d671f2a979589b19;hpb=7c0c35878201fec6167f53a941fbf4d9a3ed14d2;p=modest diff --git a/src/maemo/modest-progress-bar-widget.h b/src/maemo/modest-progress-bar-widget.h index f3674e4..0db622a 100644 --- a/src/maemo/modest-progress-bar-widget.h +++ b/src/maemo/modest-progress-bar-widget.h @@ -31,7 +31,7 @@ #define __MODEST_PROGRESS_BAR_WIDGET_H__ #include -#include +#include "modest-progress-object.h" G_BEGIN_DECLS @@ -67,9 +67,10 @@ 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_status (ModestProgressBarWidget *self, guint id); +void modest_progress_bar_widget_set_progress (ModestProgressBarWidget *self, + const gchar *msg, guint done, guint total);