annotate libgaim/plugins/mono/api/Group.cs @ 15104:cb7eef7bf550

[gaim-migrate @ 17890] Fix up some of the example perl plugins. They still could use some work, but these will at least load now. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Mon, 04 Dec 2006 04:52:46 +0000
parents 58849b67f00d
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
14993
58849b67f00d [gaim-migrate @ 17772]
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
1 namespace Gaim {
58849b67f00d [gaim-migrate @ 17772]
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
2 public class Group : BlistNode {
58849b67f00d [gaim-migrate @ 17772]
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
3 }
58849b67f00d [gaim-migrate @ 17772]
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
4 }