X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fmodest-tny-header-tree-view.h;h=5fee5cbe0fa3ade2b1b1a7570f4d64e3e68b287c;hb=9ace35d55a2ef6a91ccf6713afc3983729ba1528;hp=987ab8b543e236d2874cb53c9684e6fd2242d191;hpb=4f3a391de1c1e46979df92d60e287a957d2ff20f;p=modest diff --git a/src/modest-tny-header-tree-view.h b/src/modest-tny-header-tree-view.h index 987ab8b..5fee5cb 100644 --- a/src/modest-tny-header-tree-view.h +++ b/src/modest-tny-header-tree-view.h @@ -35,6 +35,13 @@ struct _ModestTnyHeaderTreeViewClass { void (*message_selected) (ModestTnyHeaderTreeView* self, TnyMsgIface *msg, gpointer user_data); + + /* msg == NULL implies that the operation is finished, ie. + * the progress indictation can be hidden */ + void (*status_update) (ModestTnyHeaderTreeView* self, + const gchar* msg, + gint status, + gpointer user_data); };