comparison libpurple/account.h @ 31823:d72d728226dc

propagate from branch 'im.pidgin.pidgin' (head fb4d2b014576462db99d919dea15fbed03f1f48a) to branch 'im.pidgin.pidgin.next.minor' (head 4a5878f91c824f207ed343b57b36ae74e1baa438)
author John Bailey <rekkanoryo@rekkanoryo.org>
date Sun, 13 Mar 2011 18:14:04 +0000
parents 28e27a37e4b4 38ba52f4bb96
children 4f2aac5967bb
comparison
equal deleted inserted replaced
31822:6c660dc7cb6a 31823:d72d728226dc
151 * should help performance a lot when these lists are long. This 151 * should help performance a lot when these lists are long. This
152 * matters quite a bit for protocols like MSN, where all your 152 * matters quite a bit for protocols like MSN, where all your
153 * buddies are added to your permit list. Currently we have to 153 * buddies are added to your permit list. Currently we have to
154 * iterate through the entire list if we want to check if someone 154 * iterate through the entire list if we want to check if someone
155 * is permitted or denied. We should do this for 3.0.0. 155 * is permitted or denied. We should do this for 3.0.0.
156 * Or maybe use a GTree.
156 */ 157 */
157 GSList *permit; /**< Permit list. */ 158 GSList *permit; /**< Permit list. */
158 GSList *deny; /**< Deny list. */ 159 GSList *deny; /**< Deny list. */
159 PurplePrivacyType perm_deny; /**< The permit/deny setting. */ 160 PurplePrivacyType perm_deny; /**< The permit/deny setting. */
160 161