The "load-{start,committed,..}" webview signals are deprecated
commitaaa5fda565581f5a2893d70f525d38169cfe8254
authorMason Larobina <mason.larobina@gmail.com>
Fri, 13 Aug 2010 19:28:21 +0000 (14 03:28 +0800)
committerMason Larobina <mason.larobina@gmail.com>
Fri, 13 Aug 2010 19:43:30 +0000 (14 03:43 +0800)
tree9a81a65a192a4cfdb342e7c36cfe2cd1a535a8c3
parent814db761d6a0cdff5976bd72e526cfe6dce394c6
The "load-{start,committed,..}" webview signals are deprecated

The load status signals have now been replaced with the "load-status"
signal. The signal argument will be one of: "provisional", "committed",
"finished", "first-visual" or "failed" indicating the load status type.

More information can be found here:
http://webkitgtk.org/reference/webkitgtk-WebKitWebFrame.html#WebKitLoadStatus

The "load-property-update" signal has also been deprecated upstream.
Progress update signal handlers should now attach to "property::progress"
rc.lua
widgets/webview.c