mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-24 12:45:45 +00:00
38e7bdeec5
* 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 |
||
---|---|---|
.. | ||
.cvsignore | ||
adjustment.c | ||
canvas-proxy-marshal.c | ||
canvas-proxy-marshal.h | ||
canvas-proxy-marshal.list | ||
canvas-proxy.c | ||
canvas-proxy.h | ||
canvasitem.c | ||
canvaspoints.c | ||
colorseldialog.c | ||
dialog.c | ||
error.c | ||
event.c | ||
fileselection.c | ||
gladexml.c | ||
Makefile.am | ||
paned.c | ||
program.c | ||
slist.c | ||
style.c | ||
type.c | ||
value.c | ||
widget.c |