| 15939:efc69ea48720 | 15940:53d1e0af8279 |
|---|---|
| 1 using System; | 1 using System; |
| 2 using System.Runtime.CompilerServices; | 2 using System.Runtime.CompilerServices; |
| 3 | 3 |
| 4 namespace Gaim | 4 namespace Purple |
| 5 { | 5 { |
| 6 public class Signal | 6 public class Signal |
| 7 { | 7 { |
| 8 [MethodImplAttribute(MethodImplOptions.InternalCall)] | 8 [MethodImplAttribute(MethodImplOptions.InternalCall)] |
| 9 extern private static int _connect(IntPtr handle, object plugin, string signal, object evnt); | 9 extern private static int _connect(IntPtr handle, object plugin, string signal, object evnt); |