mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-11 14:15:36 +00:00
2003-04-02 Charles Iliya Krempeaux <charles@reptile.ca>
* generator/SignalHandler.cs : Added Patch submitted by Mark Crichton <crichton@gimp.org>, to get GtkMozEmbed bindings working. svn path=/trunk/gtk-sharp/; revision=13043
This commit is contained in:
parent
62494b387b
commit
03ebb1fcb3
|
@ -1,3 +1,8 @@
|
||||||
|
2003-04-02 Charles Iliya Krempeaux <charles@reptile.ca>
|
||||||
|
* generator/SignalHandler.cs : Added Patch submitted by
|
||||||
|
Mark Crichton <crichton@gimp.org>, to get GtkMozEmbed
|
||||||
|
bindings working.
|
||||||
|
|
||||||
2003-04-02 Lee Mallabone <gnome@fonicmonkey.net>
|
2003-04-02 Lee Mallabone <gnome@fonicmonkey.net>
|
||||||
|
|
||||||
* gtk/Entry.custom: Add a constructor that sets the initial contents.
|
* gtk/Entry.custom: Add a constructor that sets the initial contents.
|
||||||
|
|
|
@ -160,7 +160,7 @@ namespace GtkSharp.Generation {
|
||||||
else
|
else
|
||||||
sw.WriteLine ("\t\t\t\tthrow new Exception(\"args.RetVal unset in callback\");");
|
sw.WriteLine ("\t\t\t\tthrow new Exception(\"args.RetVal unset in callback\");");
|
||||||
|
|
||||||
sw.WriteLine("\t\t\treturn (" + p_ret + ") " + SymbolTable.CallByName (retval, "args.RetVal") + ";");
|
sw.WriteLine("\t\t\treturn (" + p_ret + ") " + SymbolTable.CallByName (retval, "((" + s_ret + ")args.RetVal)") + ";");
|
||||||
}
|
}
|
||||||
sw.WriteLine("\t\t}");
|
sw.WriteLine("\t\t}");
|
||||||
sw.WriteLine();
|
sw.WriteLine();
|
||||||
|
|
Loading…
Reference in a new issue