signal callback delegate or function to connect
void callback(webkit.hit_test_result.HitTestResult hitTestResult, uint modifiers, webkit.web_view.WebView webView)
hitTestResult a #WebKitHitTestResult (optional)
modifiers a bitmask of #GdkModifierType (optional)
webView the instance the signal is connected to (optional)
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to MouseTargetChanged signal.
This signal is emitted when the mouse cursor moves over an element such as a link, image or a media element. To determine what type of element the mouse cursor is over, a Hit Test is performed on the current mouse coordinates and the result is passed in the hit_test_result argument. The modifiers argument is a bitmask of #GdkModifierType flags indicating the state of modifier keys. The signal is emitted again when the mouse is moved out of the current element with a new hit_test_result.