Changeset 409

Show
Ignore:
Timestamp:
05/28/06 19:48:03
Author:
pvanhoof
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libtinymail/tny-account-iface.c

    r408 r409  
    117117 *  
    118118 * Set the password that will be called when the password is no longer needed. 
    119  * the function must free the password that was allocated by the function that 
    120  * will return the password (get_pass_func). 
    121  * 
    122  * It's recommended to also memset (str, 0, strlen (str)) the memory. 
    123119 * 
    124120 * You need to set this property before you can start using the account. 
    125121 *  
     122 * Also see #TnyForgetPassFunc for more information about the function itself.  
    126123 **/ 
    127124void 
     
    219216 * You need to set this property before you can start using the account. 
    220217 *  
     218 * Also see #TnyGetPassFunc for more information about the function itself.  
    221219 **/ 
    222220void