diff options
author | Simon Hausmann <simon.hausmann@nokia.com> | 2012-05-25 15:09:11 +0200 |
---|---|---|
committer | Simon Hausmann <simon.hausmann@nokia.com> | 2012-05-25 15:09:11 +0200 |
commit | a89b2ebb8e192c5e8cea21079bda2ee2c0c7dddd (patch) | |
tree | b7abd9f49ae1d4d2e426a5883bfccd42b8e2ee12 /Source/WebKit2/UIProcess/API/gtk/docs | |
parent | 8d473cf9743f1d30a16a27114e93bd5af5648d23 (diff) | |
download | qtwebkit-a89b2ebb8e192c5e8cea21079bda2ee2c0c7dddd.tar.gz |
Imported WebKit commit eb5c1b8fe4d4b1b90b5137433fc58a91da0e6878 (http://svn.webkit.org/repository/webkit/trunk@118516)
Diffstat (limited to 'Source/WebKit2/UIProcess/API/gtk/docs')
3 files changed, 31 insertions, 0 deletions
diff --git a/Source/WebKit2/UIProcess/API/gtk/docs/webkit2gtk-docs.sgml b/Source/WebKit2/UIProcess/API/gtk/docs/webkit2gtk-docs.sgml index 63db05f77..b6b9aa0b1 100644 --- a/Source/WebKit2/UIProcess/API/gtk/docs/webkit2gtk-docs.sgml +++ b/Source/WebKit2/UIProcess/API/gtk/docs/webkit2gtk-docs.sgml @@ -32,6 +32,7 @@ <xi:include href="xml/WebKitFindController.xml"/> <xi:include href="xml/WebKitCookieManager.xml"/> <xi:include href="xml/WebKitPlugin.xml"/> + <xi:include href="xml/WebKitWebInspector.xml"/> </chapter> <index id="index-all"> diff --git a/Source/WebKit2/UIProcess/API/gtk/docs/webkit2gtk-sections.txt b/Source/WebKit2/UIProcess/API/gtk/docs/webkit2gtk-sections.txt index 884177b8b..05bdeeb51 100644 --- a/Source/WebKit2/UIProcess/API/gtk/docs/webkit2gtk-sections.txt +++ b/Source/WebKit2/UIProcess/API/gtk/docs/webkit2gtk-sections.txt @@ -91,6 +91,7 @@ webkit_web_view_can_execute_editing_command webkit_web_view_can_execute_editing_command_finish webkit_web_view_execute_editing_command webkit_web_view_get_find_controller +webkit_web_view_get_inspector webkit_web_view_get_javascript_global_context webkit_web_view_run_javascript webkit_web_view_run_javascript_finish @@ -258,6 +259,8 @@ webkit_settings_get_media_playback_requires_user_gesture webkit_settings_set_media_playback_requires_user_gesture webkit_settings_get_media_playback_allows_inline webkit_settings_set_media_playback_allows_inline +webkit_settings_get_draw_compositing_indicators +webkit_settings_set_draw_compositing_indicators <SUBSECTION Standard> WebKitSettingsClass @@ -636,3 +639,29 @@ webkit_plugin_get_type webkit_mime_info_get_type WebKitPluginPrivate </SECTION> + +<SECTION> +<FILE>WebKitWebInspector</FILE> +WebKitWebInspector +webkit_web_inspector_get_web_view +webkit_web_inspector_get_inspected_uri +webkit_web_inspector_is_attached +webkit_web_inspector_attach +webkit_web_inspector_detach +webkit_web_inspector_show +webkit_web_inspector_close +webkit_web_inspector_get_attached_height + +<SUBSECTION Standard> +WebKitWebInspectorClass +WEBKIT_TYPE_WEB_INSPECTOR +WEBKIT_WEB_INSPECTOR +WEBKIT_IS_WEB_INSPECTOR +WEBKIT_WEB_INSPECTOR_CLASS +WEBKIT_IS_WEB_INSPECTOR_CLASS +WEBKIT_WEB_INSPECTOR_GET_CLASS + +<SUBSECTION Private> +webkit_web_inspector_get_type +WebKitWebInspectorPrivate +</SECTION> diff --git a/Source/WebKit2/UIProcess/API/gtk/docs/webkit2gtk.types b/Source/WebKit2/UIProcess/API/gtk/docs/webkit2gtk.types index cdf9edd73..92b6fb400 100644 --- a/Source/WebKit2/UIProcess/API/gtk/docs/webkit2gtk.types +++ b/Source/WebKit2/UIProcess/API/gtk/docs/webkit2gtk.types @@ -17,3 +17,4 @@ webkit_web_resource_get_type webkit_cookie_manager_get_type webkit_plugin_get_type webkit_mime_info_get_type +webkit_web_inspector_get_type |