comparison libpurple/protocols/myspace/myspace.h @ 17965:e3687194f2b2

Use MsimMessage's new list type for status messages. Add an empty (for now) msim_actions list, which goes in the account menu. Add a few additional TODO's inspired by looking over the source code for Miranda IM's MySpaceIM plugin.
author Jeffrey Connelly <jaconnel@calpoly.edu>
date Sun, 22 Jul 2007 04:32:44 +0000
parents 8305709dd0b9
children f1827c3dc65a
comparison
equal deleted inserted replaced
17964:6d1d86ab6a59 17965:e3687194f2b2
312 MSIM_USER_LOOKUP_CB cb, gpointer data); 312 MSIM_USER_LOOKUP_CB cb, gpointer data);
313 313
314 char *msim_status_text(PurpleBuddy *buddy); 314 char *msim_status_text(PurpleBuddy *buddy);
315 void msim_tooltip_text(PurpleBuddy *buddy, 315 void msim_tooltip_text(PurpleBuddy *buddy,
316 PurpleNotifyUserInfo *user_info, gboolean full); 316 PurpleNotifyUserInfo *user_info, gboolean full);
317 GList *msim_actions(PurplePlugin *plugin, gpointer context);
317 318
318 #ifdef MSIM_SELF_TEST 319 #ifdef MSIM_SELF_TEST
319 void msim_test_all(void) __attribute__((__noreturn__)); 320 void msim_test_all(void) __attribute__((__noreturn__));
320 int msim_test_xml(void); 321 int msim_test_xml(void);
321 int msim_test_msg(void); 322 int msim_test_msg(void);