comparison src/account.h @ 9187:d1b88a570f4d

[gaim-migrate @ 9982] " All the other important Gaim objects get a ui_data field. struct _GaimAccount doesn't declare one... but there's no reason not to let the ui have use of one if it wants one (and plenty of good reasons for a ui to want one). One line patch to add: void *ui_data; /**< The UI can put data here.*/ to the _GaimAccount struct." --Evan Schoenberg committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sun, 06 Jun 2004 01:24:56 +0000
parents b540c735a6ad
children 96c481da57ea
comparison
equal deleted inserted replaced
9186:a9f97d5258f8 9187:d1b88a570f4d
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
76 void *ui_data; /**< The UI can put data here. */
75 }; 77 };
76 78
77 #ifdef __cplusplus 79 #ifdef __cplusplus
78 extern "C" { 80 extern "C" {
79 #endif 81 #endif