mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-10-28 21:10:01 +00:00
* generator/ClassBase.cs : make MarshalType virtual. * generator/Parameters.cs : add Parameter class and Indexer. * generator/Signal.cs : Now use Parameters. (GetHandlerName): New abstraction of name handling. (GenerateDecls): use GetHandlerName. (GenComments): make private. (GenHandler): New. Generate custom event handlers and args. (Generate): use GenHandler. Pass args type to SignalHandler. * generate/SignalHandler.cs : store args type. Generate handler dependent args and use MulticastDelegate.DynamicInvoke. * generate/StructGen.cs : override MarshalType. * glib/SignalCallback.cs : store a MulticastDelegate and args type * sample/*.cs : use new DeleteEventHandler svn path=/trunk/gtk-sharp/; revision=5834 |
||
|---|---|---|
| .. | ||
| .cvsignore | ||
| BoxedGen.cs | ||
| CallbackGen.cs | ||
| ClassBase.cs | ||
| CodeGenerator.cs | ||
| Ctor.cs | ||
| EnumGen.cs | ||
| GenBase.cs | ||
| gtkapi.xml | ||
| IGeneratable.cs | ||
| InterfaceGen.cs | ||
| makefile | ||
| makefile.win32 | ||
| Method.cs | ||
| ObjectGen.cs | ||
| Parameters.cs | ||
| Parser.cs | ||
| Property.cs | ||
| Signal.cs | ||
| SignalHandler.cs | ||
| Statistics.cs | ||
| StructBase.cs | ||
| StructGen.cs | ||
| SymbolTable.cs | ||