[webkit-gtk] webkit_print_operation_get_page_setup returns NULL

Michael Catanzaro mcatanzaro at igalia.com
Wed Nov 19 05:34:15 PST 2014


On Wed, 2014-11-19 at 10:35 +0100, Jérémy Lal wrote:
> maybe a bug in webkitgtk:
> 
> ```
> webkit_print_operation_set_print_settings(op, settings);
> GtkPageSetup* setup = webkit_print_operation_get_page_setup(op);
> // setup is NULL here
> ```
> 
> but the doc says
> 
> `It returns NULL until either
> webkit_print_operation_set_print_settings() or
> webkit_print_operation_run_dialog() have been called.`
> 
> The first time i tried that it worked. Maybe a regression of another
> gtk
> component ?

Or even simpler: it's just a documentation bug; surely you need to call
webkit_print_operation_set_page_setup(), not
webkit_print_operation_set_print_settings(). Thanks for reporting!

https://bugs.webkit.org/show_bug.cgi?id=138868



More information about the webkit-gtk mailing list