diff src/prpl.h @ 6885:66dd420d3d23

[gaim-migrate @ 7431] Add support for removing groups in protocols. Currently, only MSN supports it, but you cannot delete group 0 (aka, "The evil ~ group of DOOM!"), so I'll add a GrossHack (TM) to not show that group if it's empty. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Thu, 18 Sep 2003 05:39:44 +0000
parents 8ab95f4c9800
children 083d1e4a9c78
line wrap: on
line diff
--- a/src/prpl.h	Thu Sep 18 02:56:04 2003 +0000
+++ b/src/prpl.h	Thu Sep 18 05:39:44 2003 +0000
@@ -303,12 +303,13 @@
 
 	void (*buddy_free)(GaimBuddy *);
 
-	/* this is really bad. */
 	void (*convo_closed)(GaimConnection *, const char *who);
 
 	char *(*normalize)(const char *);
 
 	void (*set_buddy_icon)(GaimConnection *, const char *filename);
+
+	void (*remove_group)(GaimConnection *gc, const char *group);
 };
 
 #define GAIM_IS_PROTOCOL_PLUGIN(plugin) \