mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-10-28 03:37:22 +00:00
* generator/CallbackGen.cs: Generate wrappers to map from managed delegates to native ones. * generator/Ctor.cs: Call parms.Initialize for the static case. * generator/Parameters.cs: Add "CType" property. Append [] to CSType if necessary. Add "HideData" property if a container wishes to hide the user_data (used in callbacks). (Initialize): Add case for callback. * generator/SymbolTable.cs: Add size_t. * glue/program.c: string[] marshalling is no longer broken, remove hack. * sources/Gtk.metadata: Disable GtkColorSelection.SetChangePaletteHook and GtkTreeView.GetSearchEqualFunc for now, they return delegates and we don't support native->managed delegate mapping yet. svn path=/trunk/gtk-sharp/; revision=7133 |
||
|---|---|---|
| .. | ||
| Atk.metadata | ||
| Gdk.metadata | ||
| Gnome.metadata | ||
| gtk-sharp.sources | ||
| Gtk.metadata | ||
| makefile | ||
| README | ||
Put source modules here to parse for the gtkapi.xml file. Directories are now listed in gtk-sharp.sources, you need to update this when adding an API. Currently supported: glib-2.0.3 pango-1.0.3 atk-1.0.2 gtk+-2.0.5 * you need gdkpixbuf*.[ch] from gdk/ symlinked into gdk-pixbuf/ libgnome-2.0.1 libgnomecanvas-2.0.1 libgnomeui-2.0.1 gtkhtml: cvs branch gnome-2-port files gtkhtml.[ch], gtkhtml-types.h, gtkhtml-enums.h, gtkhtml-stream.[ch] libglade-2.0.0 libart_lgpl-2.3.10