2003-11-23 Mike Kestner <mkestner@ximian.com>

* generator/SignalHandler.cs : use CONNECT_AFTER.

svn path=/trunk/gtk-sharp/; revision=20360
This commit is contained in:
Mike Kestner 2003-11-23 21:43:55 +00:00
parent fd18887c61
commit c2d44cbb6a
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-11-23 Mike Kestner <mkestner@ximian.com>
* generator/SignalHandler.cs : use CONNECT_AFTER.
2003-11-22 John Luke <jluke@cfl.rr.com>
* sample/PrintSample.cs: add small Gnome.Print example

View File

@ -191,7 +191,7 @@ namespace GtkSharp.Generation {
sw.WriteLine("\t\t\t}");
sw.WriteLine("\t\t\t_raw = raw;");
sw.Write("\t\t\t_HandlerID = g_signal_connect_data(raw, name, ");
sw.WriteLine("_Delegate, _key, new IntPtr(0), 0);");
sw.WriteLine("_Delegate, _key, new IntPtr(0), 1);");
sw.WriteLine("\t\t}");
sw.WriteLine();
sw.WriteLine("\t\t[DllImport(\"libgobject-2.0-0.dll\")]");