diff libgaim/plugins/mono/api/Group.cs @ 14993:58849b67f00d

[gaim-migrate @ 17772] A bit of long overdue work on this. There is no functional changes here, just getting started on this again :) committer: Tailor Script <tailor@pidgin.im>
author Gary Kramlich <grim@reaperworld.com>
date Sat, 18 Nov 2006 04:03:48 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/libgaim/plugins/mono/api/Group.cs	Sat Nov 18 04:03:48 2006 +0000
@@ -0,0 +1,4 @@
+namespace Gaim {
+	public class Group : BlistNode {
+	}
+}