comparison libpurple/plugins/mono/api/Signal.cs @ 15878:93bfbda79bf6

Gaim -> Purple rename for the Mono plugin. These changes make sense, and it compiles, but other than that, I haven't tested anything.
author Richard Laager <rlaager@wiktel.com>
date Sat, 24 Mar 2007 06:27:57 +0000
parents 5fe8042783c1
children
comparison
equal deleted inserted replaced
15877:fde34f782314 15878:93bfbda79bf6
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);