mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-10-27 19:07:25 +00:00
(CanvasItem.SetValist): (CanvasItem.Construct): Hidden, because we don't support va_list params. (CanvasItem): Hid the constructor, as each subclass has their own contsructor and we don't support va_list params. (CanvasItem.W2i): (CanvasItem.I2w): Marked parameters as ref, so they can be used as in/out parameters. (Canvas.GetMiterPoints): (Canvas.GetColor): Fixed return type to be 'bool' instead of 'int'. (CanvasClipgroup.Wind): Fixed property type. It should be an Art.WindRule enum, not a UInt. (Canvas.W2cAffine): (CanvasItem.AffineAbsolute): (CanvasItem.AffineRelative): (CanvasItem.I2wAffine): (CanvasItem.I2cAffine): Hidden, use the impl. in the custom file instead. * gnome/Canvas.custom: Added for W2cAffine. * gnome/CanvasItem.custom: Reformatted. Added AffineRelative, AffineAbsolute, I2wAffine, I2cAffine. These are needed because of the 'const double affine[6]' parameter. svn path=/trunk/gtk-sharp/; revision=16876 |
||
|---|---|---|
| .. | ||
| .cvsignore | ||
| art-api.xml | ||
| atk-api.xml | ||
| gda-api.xml | ||
| gdk-api.xml | ||
| gdk-symbols.xml | ||
| glade-api.xml | ||
| gnome-api.xml | ||
| gnomedb-api.xml | ||
| gnomeprint-api.xml | ||
| gst-api.xml | ||
| gtk-api.xml | ||
| gtk-symbols.xml | ||
| Makefile.in | ||
| makefile.win32 | ||
| pango-api.xml | ||
| rsvg-api.xml | ||