* Mono.Cairo/Cairo.cs (cairo_set_target_drawable): Not available anymore, removed.
authorDuncan Mak <duncan@mono-cvs.ximian.com>
Sun, 12 Oct 2003 01:51:58 +0000 (01:51 -0000)
committerDuncan Mak <duncan@mono-cvs.ximian.com>
Sun, 12 Oct 2003 01:51:58 +0000 (01:51 -0000)
commitc4760309787c1f1fb365725051c5c78e71131c9b
tree62cc06d58a5b6ffe141af0d1e9fd58234f5023ed
parent7a8b202243bf2acd9dd720efc35d90e33eebdc93
* Mono.Cairo/Cairo.cs (cairo_set_target_drawable): Not available anymore, removed.
(cairo_reference, cairo_arc, cairo_arc_negative): New API, added.
(cairo_current_matrix): Signature changed, updated.
(cairo_surface_reference): New API.
(cairo_surface_get_matrix): Use 'out' instead of 'ref' param.

* Mono.Cairo/Surface.cs:
* Mono.Cairo/Object.cs: Added binding for new APIs listed in Cairo.cs.
(Destroy): It's supposed to return void, not IntPtr.

* cairo-api.cs: Marked as in internal class, instead of
public. Update to new Cairo API (see Mono.Cairo/Cairo.cs).

* gdk-helpers.cs (Gdk.Pixbuf.Finalize): Removed.

svn path=/trunk/mcs/; revision=18901
mcs/class/Mono.Cairo/ChangeLog
mcs/class/Mono.Cairo/Mono.Cairo/Cairo.cs
mcs/class/Mono.Cairo/Mono.Cairo/Object.cs
mcs/class/Mono.Cairo/Mono.Cairo/Surface.cs
mcs/class/System.Drawing/System.Drawing/impl/cairo/ChangeLog
mcs/class/System.Drawing/System.Drawing/impl/cairo/cairo-api.cs
mcs/class/System.Drawing/System.Drawing/impl/cairo/gdk-helpers.cs