mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-11-20 08:54:48 +00:00
* codegen/defs-parse.pl : mkdir the glib/generated dir. (gen_signal): Call new get_sighandler sub. Doesn't use the returned value yet. s/event/ev3nt on arg names. (get_sighandler): new sub to lookup or gen a signal helper/delegate. Only generates the delegate so far. * codegen/hardcoded.defs : Added a stub for Gdk.Event. * gdk/Event.cs : Killed, now a generated struct. * gdk/SimpleEvent.cs (SimpleEventCallback): Use Marshal.PtrToStructure to create the Event, not a ctor(IntPtr). * glib/SignalCallback.cs : New abstract base class for signal helpers. svn path=/trunk/gtk-sharp/; revision=1437 |
||
|---|---|---|
| .. | ||
| defs-parse.pl | ||
| gdk-types.defs | ||
| get-props-from-source.pl | ||
| get-signals-from-source.pl | ||
| gtk-props.defs | ||
| gtk-signals.defs | ||
| gtk-types.defs | ||
| gtk.defs | ||
| hardcoded.defs | ||
| makefile | ||