Changeset 409
- Timestamp:
- 05/28/06 19:48:03
- Files:
-
- trunk/libtinymail/tny-account-iface.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/libtinymail/tny-account-iface.c
r408 r409 117 117 * 118 118 * 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 that120 * will return the password (get_pass_func).121 *122 * It's recommended to also memset (str, 0, strlen (str)) the memory.123 119 * 124 120 * You need to set this property before you can start using the account. 125 121 * 122 * Also see #TnyForgetPassFunc for more information about the function itself. 126 123 **/ 127 124 void … … 219 216 * You need to set this property before you can start using the account. 220 217 * 218 * Also see #TnyGetPassFunc for more information about the function itself. 221 219 **/ 222 220 void
