comparison libpurple/protocols/msn/contact.h @ 20538:90fd0826c6ce

finish converting the rest of stuff to the new soap api, signing on, getting address book seems to work, other blist management stuff not tested yet
author Ka-Hing Cheung <khc@hxbc.us>
date Wed, 24 Oct 2007 06:35:54 +0000
parents 9812222e89d4
children aa875e77e5ce
comparison
equal deleted inserted replaced
20537:c49b886231d5 20538:90fd0826c6ce
377 gchar * old_group_name; 377 gchar * old_group_name;
378 gchar * new_group_name; 378 gchar * new_group_name;
379 gchar * guid; 379 gchar * guid;
380 MsnListId list_id; 380 MsnListId list_id;
381 MsnCallbackAction action; 381 MsnCallbackAction action;
382 MsnSession *session;
382 }; 383 };
383 384
384 typedef enum 385 typedef enum
385 { 386 {
386 MSN_PS_INITIAL, 387 MSN_PS_INITIAL,
394 * function prototype 395 * function prototype
395 ************************************************/ 396 ************************************************/
396 MsnContact * msn_contact_new(MsnSession *session); 397 MsnContact * msn_contact_new(MsnSession *session);
397 void msn_contact_destroy(MsnContact *contact); 398 void msn_contact_destroy(MsnContact *contact);
398 399
399 MsnCallbackState * msn_callback_state_new(void); 400 MsnCallbackState * msn_callback_state_new(MsnSession *session);
400 void msn_callback_state_free(MsnCallbackState *state); 401 void msn_callback_state_free(MsnCallbackState *state);
401 void msn_callback_state_set_who(MsnCallbackState *state, const gchar *who); 402 void msn_callback_state_set_who(MsnCallbackState *state, const gchar *who);
402 void msn_callback_state_set_old_group_name(MsnCallbackState *state, 403 void msn_callback_state_set_old_group_name(MsnCallbackState *state,
403 const gchar *old_group_name); 404 const gchar *old_group_name);
404 void msn_callback_state_set_new_group_name(MsnCallbackState *state, 405 void msn_callback_state_set_new_group_name(MsnCallbackState *state,