Thxs that worked out !!!!!

Really thxs.

>   4. Re: Call cairo_destroy() function explicilty (Jonathan Ryan)
> ------------------------------
>
> Message: 4
> Date: Wed, 29 Sep 2010 17:47:23 -0400
> From: Jonathan Ryan <jj...@drexel.edu>
> To: vala-list@gnome.org
> Subject: Re: [Vala] Call cairo_destroy() function explicilty
> Message-ID: <4ca3b3eb.8090...@drexel.edu>
> Content-Type: text/plain; charset=UTF-8; format=flowed
>
>  Use a pointer instead, then delete the pointer.
>
> Context* context = ...;
> <do stuff>
> delete context;
>
> Jonathan Ryan
>
_______________________________________________
vala-list mailing list
vala-list@gnome.org
http://mail.gnome.org/mailman/listinfo/vala-list

Reply via email to