Mercurial > pidgin
view libpurple/plugins/mono/api/Status.cs @ 22390:e3bf822c19c8
Document PurpleEventLoopUiOps and associated misc.
| author | Will Thompson <will.thompson@collabora.co.uk> |
|---|---|
| date | Fri, 29 Feb 2008 15:45:48 +0000 |
| parents | 93bfbda79bf6 |
| children |
line wrap: on
line source
namespace Purple { public class Status { private string id; public string Id { get { return id; } set { id = value; } } } }
