libpurple/plugins/mono/api/Signal.cs

changeset 15940
53d1e0af8279
parent 15435
4b933b06d75e
child 16238
33bf2fd32108
child 18068
b6554e3c8224
child 20478
46933dc62880
equal deleted inserted replaced
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);

mercurial