From 4d5ffe430c365a550538ae70a1b570c3871f70f0 Mon Sep 17 00:00:00 2001 From: Duncan Mak Date: Wed, 30 Jul 2003 06:36:18 +0000 Subject: [PATCH] * sources/Gnome.metadata: (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 --- ChangeLog | 32 +++++++++++++++++ api/gnome-api.xml | 30 ++++++++-------- gnome/Canvas.custom | 17 +++++++++ gnome/CanvasItem.custom | 61 +++++++++++++++++++++++-------- sources/Gnome.metadata | 79 +++++++++++++++++++++++++++++++++++++++-- 5 files changed, 187 insertions(+), 32 deletions(-) create mode 100644 gnome/Canvas.custom diff --git a/ChangeLog b/ChangeLog index 5b3b75f4a..b60a3169c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,35 @@ +2003-07-30 Duncan Mak + + * sources/Gnome.metadata: + (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. + 2003-07-29 Duncan Mak * sources/Gtk.metadata: diff --git a/api/gnome-api.xml b/api/gnome-api.xml index 0281bae41..509d89212 100644 --- a/api/gnome-api.xml +++ b/api/gnome-api.xml @@ -753,7 +753,7 @@ - + @@ -776,7 +776,7 @@ - + @@ -921,7 +921,7 @@ - + @@ -966,7 +966,7 @@ - + @@ -1001,19 +1001,19 @@ - + - + - +