X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-tny-local-folders-account.h;h=92cdca03008177bb9922b7b590f471639beff2b5;hp=b4e3bdf896cb603e412bce16f616a6554818a022;hb=f65289e467bc8ce1c1c4d8c13fafff637ae13034;hpb=1d05028b832e5f9d45b90df2d5888a8b94f3fdd1 diff --git a/src/modest-tny-local-folders-account.h b/src/modest-tny-local-folders-account.h index b4e3bdf..92cdca0 100644 --- a/src/modest-tny-local-folders-account.h +++ b/src/modest-tny-local-folders-account.h @@ -61,11 +61,15 @@ G_BEGIN_DECLS * of its own. */ typedef struct { - TnyCamelStoreAccount parent; + TnyCamelStoreAccount parent; } ModestTnyLocalFoldersAccount; typedef struct { - TnyCamelStoreAccountClass parent_class; + TnyCamelStoreAccountClass parent_class; + + /* Signal */ + void (*outbox_deleted) (ModestTnyLocalFoldersAccount *self); + } ModestTnyLocalFoldersAccountClass; GType modest_tny_local_folders_account_get_type (void); @@ -81,6 +85,8 @@ void modest_tny_local_folders_account_add_folder_to_outbox (ModestTnyLocal void modest_tny_local_folders_account_remove_folder_from_outbox (ModestTnyLocalFoldersAccount *self, TnyFolder *per_account_outbox); +TnyFolder *modest_tny_local_folders_account_get_merged_outbox (ModestTnyLocalFoldersAccount *self); + G_END_DECLS #endif /* _MODEST_TNY_LOCAL_FOLDERS_ACCOUNT */