view libpurple/plugins/mono/api/Status.cs @ 19289:f12bf92d64ec

Add marginally better doxygen magic to PurplePluginProtocolInfo
author Will Thompson <will.thompson@collabora.co.uk>
date Thu, 16 Aug 2007 18:33:00 +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; } }
	}
}