![]() |
![]() |
![]() |
WebKit2GTK+ Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Signals |
"load-committed" :Run Last
"load-failed" :Run Last
"load-finished" :Run Last
"provisional-load-failed" :Run Last
"provisional-load-received-server-redirect" :Run Last
"provisional-load-started" :Run Last
"load-committed"
signalgboolean user_function (WebKitWebLoaderClient *loader_client,
WebKitWebView *web_view,
gpointer user_data) : Run Last
This signal is emitted when content starts arriving for a page load. The necessary transport requirements are stabilished, and the load is being performed.
This signal is emitted after "provisional-load-started".
|
the WebKitWebLoaderClient |
|
the WebKitWebView associated with this event |
|
user data set when the signal handler was connected. |
Returns : |
TRUE to stop other handlers from being invoked for the event.
FALSE to propagate the event further. |
"load-failed"
signalgboolean user_function (WebKitWebLoaderClient *loader_client,
WebKitWebView *web_view,
gchar *error,
gpointer Returns,
gpointer user_data) : Run Last
This signal is emitted when an error occurs loading a committed data source. By default, if the signal is not handled, a stock error page will be displayed. You need to handle the signal if you want to provide your own error page. This signal finishes the load so no other signals will be emitted after this one.
This signal is emitted after "load-committed".
|
the WebKitWebLoaderClient |
|
the WebKitWebView associated with this event |
|
the GError that was triggered |
|
user data set when the signal handler was connected. |
Returns : |
TRUE to stop other handlers from being invoked for the event.
FALSE to propagate the event further. |
"load-finished"
signalgboolean user_function (WebKitWebLoaderClient *loader_client,
WebKitWebView *web_view,
gpointer user_data) : Run Last
This signal is emitted when a page load completes, that is, when all the resources are done loading with no error. In case of errors during loading, the load finishes when either "provisional-load-failed" or "load-failed" are emitted.
This signal is emitted after "load-committed".
|
the WebKitWebLoaderClient |
|
the WebKitWebView associated with this event |
|
user data set when the signal handler was connected. |
Returns : |
TRUE to stop other handlers from being invoked for the event.
FALSE to propagate the event further. |
"provisional-load-failed"
signalgboolean user_function (WebKitWebLoaderClient *loader_client,
WebKitWebView *web_view,
gchar *error,
gpointer Returns,
gpointer user_data) : Run Last
This signal is emitted when an error occurs when starting to load data for a page. By default, if the signal is not handled, a stock error page will be displayed. You need to handle the signal if you want to provide your own error page. This signal finishes the load so no other signals will be emitted after this one.
This signal is emitted after "provisional-load-started".
|
the WebKitWebLoaderClient |
|
the WebKitWebView associated with this event |
|
the GError that was triggered |
|
user data set when the signal handler was connected. |
Returns : |
TRUE to stop other handlers from being invoked for the event.
FALSE to propagate the event further. |
"provisional-load-received-server-redirect"
signalgboolean user_function (WebKitWebLoaderClient *loader_client,
WebKitWebView *web_view,
gpointer user_data) : Run Last
This signal is emitted when a provisional data source receives a server redirect.
This signal is emitted after "provisional-load-started".
|
the WebKitWebLoaderClient |
|
the WebKitWebView associated with this event |
|
user data set when the signal handler was connected. |
Returns : |
TRUE to stop other handlers from being invoked for the event.
FALSE to propagate the event further. |
"provisional-load-started"
signalgboolean user_function (WebKitWebLoaderClient *loader_client,
WebKitWebView *web_view,
gpointer user_data) : Run Last
This signal is emitted when new load request is made. No data has been received yet, empty structures have been allocated to perform the load; the load may still fail for transport issues such as not being able to resolve a name, or connect to a port.
|
the WebKitWebLoaderClient |
|
the WebKitWebView associated with this event |
|
user data set when the signal handler was connected. |
Returns : |
TRUE to stop other handlers from being invoked for the event.
FALSE to propagate the event further. |