comparison src/account.h @ 9304:96c481da57ea

[gaim-migrate @ 10112] Protocol-specific settings for accounts were being removed whenever the account was modified. Now they're only removed when the protocol type changes, as it should be. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Fri, 18 Jun 2004 04:33:28 +0000
parents d1b88a570f4d
children eae7e049d639
comparison
equal deleted inserted replaced
9303:fe931c791fc0 9304:96c481da57ea
70 70
71 GSList *permit; /**< Permit list. */ 71 GSList *permit; /**< Permit list. */
72 GSList *deny; /**< Deny list. */ 72 GSList *deny; /**< Deny list. */
73 int perm_deny; /**< The permit/deny setting. */ 73 int perm_deny; /**< The permit/deny setting. */
74 GaimLog *system_log; /**< The system log */ 74 GaimLog *system_log; /**< The system log */
75 75
76 void *ui_data; /**< The UI can put data here. */ 76 void *ui_data; /**< The UI can put data here. */
77 }; 77 };
78 78
79 #ifdef __cplusplus 79 #ifdef __cplusplus
80 extern "C" { 80 extern "C" {
539 /** 539 /**
540 * Frees the system log of an account 540 * Frees the system log of an account
541 * 541 *
542 * @param account The account. 542 * @param account The account.
543 */ 543 */
544 void gaim_account_destroy_log(GaimAccount *account); 544 void gaim_account_destroy_log(GaimAccount *account);
545 545
546 /*@}*/ 546 /*@}*/
547 547
548 /**************************************************************************/ 548 /**************************************************************************/
549 /** @name Accounts API */ 549 /** @name Accounts API */