comparison libpurple/protocols/myspace/myspace.h @ 22097:eab7d03edfcb

This adds accessor and mutator API for the PurpleAttentionType struct. I also took the liberty of updating all the prpls that use PurpleAttentionType to use this new API.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Sun, 13 Jan 2008 22:44:01 +0000
parents dee0c2dc1a85
children 0b823f16162c
comparison
equal deleted inserted replaced
22095:4c28d1e4e284 22097:eab7d03edfcb
178 /* Codes for msim_got_contact_list(), to tell what to do afterwards. */ 178 /* Codes for msim_got_contact_list(), to tell what to do afterwards. */
179 #define MSIM_CONTACT_LIST_INITIAL_FRIENDS 0 179 #define MSIM_CONTACT_LIST_INITIAL_FRIENDS 0
180 #define MSIM_CONTACT_LIST_IMPORT_ALL_FRIENDS 1 180 #define MSIM_CONTACT_LIST_IMPORT_ALL_FRIENDS 1
181 #define MSIM_CONTACT_LIST_IMPORT_TOP_FRIENDS 2 181 #define MSIM_CONTACT_LIST_IMPORT_TOP_FRIENDS 2
182 182
183 #define MsimAttentionType PurpleAttentionType
184
185 /* Functions */ 183 /* Functions */
186 gboolean msim_load(PurplePlugin *plugin); 184 gboolean msim_load(PurplePlugin *plugin);
187 GList *msim_status_types(PurpleAccount *acct); 185 GList *msim_status_types(PurpleAccount *acct);
188 186
189 const gchar *msim_list_icon(PurpleAccount *acct, PurpleBuddy *buddy); 187 const gchar *msim_list_icon(PurpleAccount *acct, PurpleBuddy *buddy);