[webkit-gtk] WebKitScriptWorld signal "window-object-cleared" never fires

sami wagiaalla swagiaal at redhat.com
Wed Feb 19 14:04:19 PST 2014


Hi,

I tried to connect a callback function to the "window-object-cleared" 
signal as follows:

  WebKitScriptWorld * world = webkit_script_world_get_default ();
  g_signal_connect(world, "window-object-cleared", G_CALLBACK(window_object_cleared), NULL);

but my callback never gets called. I have attached the test-case that I am using.

Am I missing something or is this a bug ?

Thanks,
  Sami
-------------- next part --------------
A non-text attachment was scrubbed...
Name: webkit_window-object-cleared_test.zip
Type: application/zip
Size: 1303 bytes
Desc: not available
URL: <https://lists.webkit.org/pipermail/webkit-gtk/attachments/20140219/1ec50822/attachment.zip>


More information about the webkit-gtk mailing list