comparison libpurple/account.h @ 32712:0a2cb0061be1

disapproval of revision '1d1b9a2c6eba253299637dbd5775d4c1578e18c2' Just because Pidgin and Finch don't use this, doesn't mean a third party won't need it
author Kevin Stange <kevin@simguy.net>
date Sat, 01 Oct 2011 23:24:41 +0000
parents 839116243947
children c774000690b4
comparison
equal deleted inserted replaced
32710:839116243947 32712:0a2cb0061be1
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. */
167 PurpleAccountRegistrationCb registration_cb; 168 PurpleAccountRegistrationCb registration_cb;
168 void *registration_cb_user_data; 169 void *registration_cb_user_data;
169 170
170 gpointer priv; /**< Pointer to opaque private data. */ 171 gpointer priv; /**< Pointer to opaque private data. */
171 }; 172 };