* qt/Makfile.am:
[platform/upstream/dbus.git] / mono / SignalAttribute.cs
1 using System;
2
3 namespace DBus
4 {
5   [AttributeUsage(AttributeTargets.Event, AllowMultiple=false, Inherited=true)]  public class SignalAttribute : Attribute
6   {
7     public SignalAttribute()
8     {
9     }
10   }
11 }