diff 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
line wrap: on
line diff
--- a/libpurple/protocols/myspace/myspace.h	Sun Jul 22 04:12:12 2007 +0000
+++ b/libpurple/protocols/myspace/myspace.h	Sun Jul 22 04:32:44 2007 +0000
@@ -314,6 +314,7 @@
 char *msim_status_text(PurpleBuddy *buddy);
 void msim_tooltip_text(PurpleBuddy *buddy, 
 		PurpleNotifyUserInfo *user_info, gboolean full);
+GList *msim_actions(PurplePlugin *plugin, gpointer context);
 
 #ifdef MSIM_SELF_TEST
 void msim_test_all(void) __attribute__((__noreturn__));