comparison libpurple/account.h @ 32710:839116243947

_PurpleAccount.ui_data is unused.
author andrew.victor@mxit.com
date Sat, 01 Oct 2011 21:32:38 +0000
parents 02a2e8183b1d
children 385ee739940c 0a2cb0061be1
comparison
equal deleted inserted replaced
32709:1a2840d2cd02 32710:839116243947
162 GList *status_types; /**< Status types. */ 162 GList *status_types; /**< Status types. */
163 163
164 PurplePresence *presence; /**< Presence. */ 164 PurplePresence *presence; /**< Presence. */
165 PurpleLog *system_log; /**< The system log */ 165 PurpleLog *system_log; /**< The system log */
166 166
167 void *ui_data; /**< The UI can put data here. */
168 PurpleAccountRegistrationCb registration_cb; 167 PurpleAccountRegistrationCb registration_cb;
169 void *registration_cb_user_data; 168 void *registration_cb_user_data;
170 169
171 gpointer priv; /**< Pointer to opaque private data. */ 170 gpointer priv; /**< Pointer to opaque private data. */
172 }; 171 };