mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-11 10:15:38 +00:00
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:
parent
fd18887c61
commit
c2d44cbb6a
|
@ -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
|
||||
|
|
|
@ -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\")]");
|
||||
|
|
Loading…
Reference in a new issue