Very first changes to embrace the new tinymail session code
[modest] / src / modest-tny-account-store.h
index 6b01a28..a623632 100644 (file)
@@ -75,6 +75,11 @@ struct _ModestTnyAccountStoreClass {
                                       gboolean *remember,
                                       gboolean *cancel,
                                       gpointer user_data);
+
+       /* Signals */
+       void (*account_changed) (TnyAccountStore *self, TnyAccount *account);
+       void (*account_inserted) (TnyAccountStore *self, TnyAccount *account);
+       void (*account_removed) (TnyAccountStore *self, TnyAccount *account);
 };
 
 typedef enum {