X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-tny-local-folders-account.h;h=92cdca03008177bb9922b7b590f471639beff2b5;hp=af41f8ffd2363973c76a4068a7a1bc0dcf6dde1e;hb=4d39841513a3a7f7aa9d38ab97cb9fcc9171e80b;hpb=71b7cca5665d946dbc82a702289342eeb0f395f9 diff --git a/src/modest-tny-local-folders-account.h b/src/modest-tny-local-folders-account.h index af41f8f..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);