diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-07-28 01:28:14 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-07-28 03:27:13 +0800 |
commit | c71f615a7f1d4f4c5df1d8a0a11af8f2319bdf20 (patch) | |
tree | c29391b134f2e5664a9bddc479a2aa5f82392098 /doc | |
parent | 26e659aa334cfd17d30697af9efe7656ea5d4ba8 (diff) | |
download | gsoc2013-evolution-c71f615a7f1d4f4c5df1d8a0a11af8f2319bdf20.tar.gz gsoc2013-evolution-c71f615a7f1d4f4c5df1d8a0a11af8f2319bdf20.tar.zst gsoc2013-evolution-c71f615a7f1d4f4c5df1d8a0a11af8f2319bdf20.zip |
Add e_web_view_new_activity().
Returns a new EActivity for an EWebView-related asynchronous operation,
and emits a "new-activity" signal. By default the EActivity comes loaded
with a GCancellable and sets the EWebView itself as the alert sink (which
means alerts are displayed directly in the content area). The signal
emission allows the EActivity to be further customized and/or tracked by
the application.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference/evolution-util/evolution-util-sections.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/reference/evolution-util/evolution-util-sections.txt b/doc/reference/evolution-util/evolution-util-sections.txt index 2fbbaf824f..5d3f070540 100644 --- a/doc/reference/evolution-util/evolution-util-sections.txt +++ b/doc/reference/evolution-util/evolution-util-sections.txt @@ -4406,6 +4406,7 @@ e_web_view_zoom_out e_web_view_get_ui_manager e_web_view_get_popup_menu e_web_view_show_popup_menu +e_web_view_new_activity e_web_view_status_message e_web_view_stop_loading e_web_view_update_actions |