SignalAttribute.cs

00001 using System;
00002 
00003 namespace DBus
00004 {
00005   [AttributeUsage(AttributeTargets.Event, AllowMultiple=false, Inherited=true)]  public class SignalAttribute : Attribute
00006   {
00007     public SignalAttribute()
00008     {
00009     }
00010   }
00011 }

Generated on Fri May 18 12:36:26 2007 for D-BUS by  doxygen 1.4.6