Changeset 1872
- Timestamp:
- 04/30/07 19:11:34
- Files:
-
- trunk/docs/devel/reference/libtinymail-docs.sgml (modified) (2 diffs)
- trunk/docs/devel/reference/tmpl/tny-combined-account.sgml (added)
- trunk/docs/devel/reference/tmpl/tny-shared.sgml (modified) (1 diff)
- trunk/libtinymail/tny-combined-account.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/docs/devel/reference/libtinymail-docs.sgml
r1832 r1872 36 36 <!ENTITY libtinymail-TnyMergeFolder SYSTEM "xml/tny-merge-folder.xml"> 37 37 <!ENTITY libtinymail-TnyShared SYSTEM "xml/tny-shared.xml"> 38 38 <!ENTITY libtinymail-TnyCombinedAccount SYSTEM "xml/tny-combined-account.xml"> 39 39 40 40 <!ENTITY libtinymail-camel-TnyCamelSendQueue SYSTEM "xml/tny-camel-send-queue.xml"> … … 131 131 &libtinymail-TnyStoreAccount; 132 132 &libtinymail-TnyTransportAccount; 133 &libtinymail-TnyCombinedAccount; 133 134 &libtinymail-TnySendQueue; 134 135 &libtinymail-TnyMsg; trunk/docs/devel/reference/tmpl/tny-shared.sgml
r1867 r1872 727 727 @forget_password_func: 728 728 729 <!-- ##### STRUCT TnyCombinedAccount ##### --> 730 <para> 731 732 </para> 733 734 735 <!-- ##### STRUCT TnyCombinedAccountClass ##### --> 736 <para> 737 738 </para> 739 740 @parent: 741 trunk/libtinymail/tny-combined-account.c
r1871 r1872 344 344 * Note though that you must not use instances created by this constructor for 345 345 * either setting or getting members of the #TnyAccount type. You must get the 346 * actual yinstances to read this from using either346 * actual instances to read this from using either 347 347 * tny_combined_account_get_transport_account or tny_combined_account_get_store_account. 348 348 *
