[Gtk-sharp-list] Question about Pango.Rectangle ?

Mike Kestner mkestner@ximian.com
Sat, 21 Feb 2004 12:38:53 -0600


On Sat, 2004-02-21 at 10:37, Tiago Lima wrote:

> What is the difference in changing the Pango.Rectangle to a class so the out 
> is not needed ?

Value types are fine for these.  And out is proper semantic for what is
going on in the method.  It's just not possible to detect that in the
parser so we have to mark the outs manually.  Once we do it, it's done
forever and the api is beautiful.

-- 
Mike Kestner <mkestner@ximian.com>