mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-10-28 11:07:03 +00:00
anonymous function pointer types in method signatures. Before, we added a <callback> child to the <parameters> node, but the generator just ignored it. Now we add the callback (with a made-up name) to the toplevel node, and add an ordinary <param> node referencing it to the <parameters> node. Also, if the last param of the callback is a gpointer, rename it from "arg#" to "data" so it will be treated correctly (as the user data passed from the calling method). [Fixes #66241] * art/art-api.raw: * gdk/gdk-api-2.4.raw: * gdk/gdk-api-2.6.raw: Regen * generator/Parameters.cs (IsHidden): loosen the definition of hideable user_data; it doesn't have to occur at the end of the parameter list, as long as there's a callback arg before it. * generator/MethodBody.cs (GetCallString): Use Parameters.IsHidden to decide whether or not to squash user_data params, rather than trying to duplicate its logic. As a side effect, this also causes a handful of methods that take non-hidden IntPtr arguments to start actually passing those arguments to C rather than always passing IntPtr.Zero. * generator/Method.cs (Equals, GetHashCode): Remove unnecessary and possibly erroneous hashing overrides. * gtk/Gtk.metadata: Hide Gtk.Container.ForeachFull, since it's useless and wasn't in gtk# 1.0 * gtk/Menu.custom (Popup): * gtk/TextIter.custom (ForwardFindChar, BackwardFindChar): * gnome/App.custom (CreateMenusInterp, InsertMenusInterp, CreateToolbarInterp): * gnome/Client.custom (RequestInteractionInterp): * gnome/Popup.custom (MenuDoPopupModal, MenuDoPopup): Add [Obsolete] compat overloads for methods that have now lost a useless IntPtr. svn path=/trunk/gtk-sharp/; revision=47566 |
||
|---|---|---|
| .. | ||
| glue | ||
| About.custom | ||
| App.custom | ||
| BonoboUIVerb.cs | ||
| Canvas.custom | ||
| CanvasBpath.custom | ||
| CanvasClipgroup.custom | ||
| CanvasEllipse.custom | ||
| CanvasGroup.custom | ||
| CanvasItem.custom | ||
| CanvasLine.custom | ||
| CanvasPathDef.custom | ||
| CanvasPixbuf.custom | ||
| CanvasPoints.custom | ||
| CanvasPolygon.custom | ||
| CanvasRE.custom | ||
| CanvasRect.custom | ||
| CanvasRichText.custom | ||
| CanvasShape.custom | ||
| CanvasText.custom | ||
| CanvasWidget.custom | ||
| Client.custom | ||
| DateEdit.custom | ||
| Druid.custom | ||
| DruidPageEdge.custom | ||
| Font.custom | ||
| FontFamily.custom | ||
| gnome-api.raw | ||
| gnome-sharp-2.0.pc.in | ||
| gnome-sharp.dll.config.in | ||
| Gnome.metadata | ||
| GPFontEntry.custom | ||
| GPPath.custom | ||
| IconList.custom | ||
| IconTextItem.custom | ||
| IconTheme.cs | ||
| Makefile.am | ||
| makefile.win32 | ||
| Modules.cs | ||
| PanelApplet.custom | ||
| PanelAppletFactory.cs | ||
| Popup.custom | ||
| Print.custom | ||
| PrintContext.custom | ||
| PrintDialog.custom | ||
| PrintJob.custom | ||
| Program.custom | ||
| Scores.custom | ||
| UIInfo.custom | ||