X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-tny-account.h;h=75f67ea00f09af4a4e78d4c04f1b8bbbd7052b33;hp=07f613a9f82a0d4a424b868949ff0e099fe336b4;hb=11d0b1ecfdd84c1711e11ed3384536a3aa0c9edf;hpb=9706c44c51358632eddc457b39a47e81c513cd87 diff --git a/src/modest-tny-account.h b/src/modest-tny-account.h index 07f613a..75f67ea 100644 --- a/src/modest-tny-account.h +++ b/src/modest-tny-account.h @@ -209,6 +209,16 @@ gboolean modest_tny_account_is_virtual_local_folders (TnyAccount *self); **/ gboolean modest_tny_account_is_memory_card_account (TnyAccount *self); +/** + * modest_tny_account_get_protocol_type: + * @self: a #TnyAccount + * + * obtains the transport/store protocol type of @self + * + * Returns: a #ModestProtocolType + */ +ModestProtocolType modest_tny_account_get_protocol_type (TnyAccount *self); + G_END_DECLS