Changeset 1872

Show
Ignore:
Timestamp:
04/30/07 19:11:34
Author:
pvanhoof
Message:

Documentation fixes

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/docs/devel/reference/libtinymail-docs.sgml

    r1832 r1872  
    3636<!ENTITY libtinymail-TnyMergeFolder SYSTEM "xml/tny-merge-folder.xml"> 
    3737<!ENTITY libtinymail-TnyShared SYSTEM "xml/tny-shared.xml"> 
    38  
     38<!ENTITY libtinymail-TnyCombinedAccount SYSTEM "xml/tny-combined-account.xml"> 
    3939 
    4040<!ENTITY libtinymail-camel-TnyCamelSendQueue SYSTEM "xml/tny-camel-send-queue.xml"> 
     
    131131                &libtinymail-TnyStoreAccount; 
    132132                &libtinymail-TnyTransportAccount; 
     133                &libtinymail-TnyCombinedAccount; 
    133134                &libtinymail-TnySendQueue; 
    134135                &libtinymail-TnyMsg; 
  • trunk/docs/devel/reference/tmpl/tny-shared.sgml

    r1867 r1872  
    727727@forget_password_func:  
    728728 
     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  
    344344 * Note though that you must not use instances created by this constructor for 
    345345 * either setting or getting members of the #TnyAccount type. You must get the 
    346  * actualy instances to read this from using either  
     346 * actual instances to read this from using either  
    347347 * tny_combined_account_get_transport_account or tny_combined_account_get_store_account. 
    348348 *