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 @@ - + - + - +