changeset 19703:45d028a68774

- Rename attention_types to get_attention_types, which seems more standard. - Change the purple_reserved to number 4, which makes more sense to me. We used up ones before 4, not after 1.
author Richard Laager <rlaager@wiktel.com>
date Mon, 10 Sep 2007 20:04:49 +0000
parents 0a87fc5a4e60
children d3d9e3978d82
files libpurple/prpl.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/prpl.h	Mon Sep 10 14:19:33 2007 +0000
+++ b/libpurple/prpl.h	Mon Sep 10 20:04:49 2007 +0000
@@ -355,9 +355,9 @@
 	
 	/* Attention API for sending & receiving zaps/nudges/buzzes etc. */
 	gboolean (*send_attention)(PurpleConnection *gc, const char *username, guint type);
-	GList *(*attention_types)(PurpleAccount *acct);
+	GList *(*get_attention_types)(PurpleAccount *acct);
 
-	void (*_purple_reserved1)(void);
+	void (*_purple_reserved4)(void);
 };
 
 #define PURPLE_IS_PROTOCOL_PLUGIN(plugin) \