[webkit-gtk] webkit_print_operation_run_print_dialog

John Ralls jralls at ceridwen.fremont.ca.us
Sun Mar 5 14:47:11 PST 2017


> On Mar 5, 2017, at 2:42 PM, Michael Catanzaro <mcatanzaro at igalia.com> wrote:
> 
> On Sun, 2017-03-05 at 14:21 -0800, John Ralls wrote:
>> Ah, thanks. A note to that effect in the docs would be helpful.
> 
> It's an easy mistake to make, I know, but as a rule, all GObjects have
> to be freed with g_object_unref. GObject libraries do not normally
> document that for each object.
> 
> You really don't want to free anything with g_free() unless you know
> that it was allocated using g_malloc() or g_new().


OK.

Regards,
John Ralls



More information about the webkit-gtk mailing list