Re: [PHP-GTK] undefined method GtkPrintContext::get_cairo_context

[email protected] (Mark Gregory Skilbeck) Mon, 29 Nov 2010 19:35:18 +0000
Newsgroups php.gtk.general
Message-ID <[email protected]>
On Sun, Nov 28, 2010 at 10:11:46PM -0600, Alex wrote:
> hi, on win32 should I be able to invoke GtkPrintContext::get_cairo_context()
> Call to undefined method GtkPrintContext::get_cairo_context()
> 
> this is to run the printing_example.php script
> 
> I saw in the log when my types are generated in /php-gtk/ext/gtk+ I get this
> error:
> 
> unknown type 'cairo_t*'
> 
> thx

Hi, Alex.

For some reason the overrides were missing for those methods. I've
added them in and committed them to SVN. Can you compile from
trunk and see if this fixes the issue?

Mark.

P.S. This would be more suited to a bug report.