mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 12:45:28 +00:00
6bf7376094
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 |
||
---|---|---|
.. | ||
Affine.xml | ||
AlphaGamma.xml | ||
AlphaType.xml | ||
Bpath.xml | ||
CompositingMode.xml | ||
DestroyNotify.xml | ||
DRect.xml | ||
FilterLevel.xml | ||
Global.xml | ||
GradientLinear.xml | ||
GradientRadial.xml | ||
GradientSpread.xml | ||
GradientStop.xml | ||
ImageSource.xml | ||
ImageSourceFlags.xml | ||
IRect.xml | ||
MaskSource.xml | ||
Pathcode.xml | ||
PathStrokeCapType.xml | ||
PathStrokeJoinType.xml | ||
PixBuf.xml | ||
PixFormat.xml | ||
Point.xml | ||
Render.xml | ||
RenderAaCallback.xml | ||
RenderCallback.xml | ||
RenderMaskRun.xml | ||
Rgb.xml | ||
Rgba.xml | ||
SVP.xml | ||
SVPRenderAAIter.xml | ||
SVPRenderAAStep.xml | ||
SVPSeg.xml | ||
SvpWriter.xml | ||
TODO | ||
Uta.xml | ||
Vpath.xml | ||
VpathDash.xml | ||
WindRule.xml |