diff src/prpl.h @ 9949:ced29c7b396c

[gaim-migrate @ 10845] (00:25:10) LSchiere: datallah: commit message? (00:25:40) datallah: LSchiere: nah.. nothing comes to me datallah undertook the heroic effort of merging in all the .rejs and fixing things up from the unclean merge of the status rewrite committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sat, 04 Sep 2004 04:27:05 +0000
parents e4a27c9aec4c
children ba085944efee
line wrap: on
line diff
--- a/src/prpl.h	Sat Sep 04 03:33:16 2004 +0000
+++ b/src/prpl.h	Sat Sep 04 04:27:05 2004 +0000
@@ -220,7 +220,7 @@
 	 */
 	char *(*tooltip_text)(GaimBuddy *buddy);
 
-	GList *(*away_states)(GaimConnection *gc);
+	GList *(*status_types)(GaimConnection *gc);
 
 	GList *(*blist_node_menu)(GaimBlistNode *node);
 	GList *(*chat_info)(GaimConnection *);
@@ -235,7 +235,8 @@
 	void (*set_info)(GaimConnection *, const char *info);
 	int  (*send_typing)(GaimConnection *, const char *name, int typing);
 	void (*get_info)(GaimConnection *, const char *who);
-	void (*set_away)(GaimConnection *, const char *state, const char *message);
+	void (*set_status)(GaimAccount *account, GaimStatus *status);
+
 	void (*set_idle)(GaimConnection *, int idletime);
 	void (*change_passwd)(GaimConnection *, const char *old_pass,
 						  const char *new_pass);