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 Wed Feb 27 10:13:38 2008 for D-BUS by  doxygen 1.4.6