| WKPage.h | | WKPage.h | |
| | | | |
| skipping to change at line 82 | | skipping to change at line 82 | |
| typedef void (*WKPageDidFirstLayoutForFrameCallback)(WKPageRef page, WKFram
eRef frame, WKTypeRef userData, const void *clientInfo); | | typedef void (*WKPageDidFirstLayoutForFrameCallback)(WKPageRef page, WKFram
eRef frame, WKTypeRef userData, const void *clientInfo); | |
| typedef void (*WKPageDidFirstVisuallyNonEmptyLayoutForFrameCallback)(WKPage
Ref page, WKFrameRef frame, WKTypeRef userData, const void *clientInfo); | | typedef void (*WKPageDidFirstVisuallyNonEmptyLayoutForFrameCallback)(WKPage
Ref page, WKFrameRef frame, WKTypeRef userData, const void *clientInfo); | |
| typedef void (*WKPageDidRemoveFrameFromHierarchyCallback)(WKPageRef page, W
KFrameRef frame, WKTypeRef userData, const void *clientInfo); | | typedef void (*WKPageDidRemoveFrameFromHierarchyCallback)(WKPageRef page, W
KFrameRef frame, WKTypeRef userData, const void *clientInfo); | |
| typedef void (*WKPageDidDisplayInsecureContentForFrameCallback)(WKPageRef p
age, WKFrameRef frame, WKTypeRef userData, const void *clientInfo); | | typedef void (*WKPageDidDisplayInsecureContentForFrameCallback)(WKPageRef p
age, WKFrameRef frame, WKTypeRef userData, const void *clientInfo); | |
| typedef void (*WKPageDidRunInsecureContentForFrameCallback)(WKPageRef page,
WKFrameRef frame, WKTypeRef userData, const void *clientInfo); | | typedef void (*WKPageDidRunInsecureContentForFrameCallback)(WKPageRef page,
WKFrameRef frame, WKTypeRef userData, const void *clientInfo); | |
| typedef void (*WKPageDidDetectXSSForFrameCallback)(WKPageRef page, WKFrameR
ef frame, WKTypeRef userData, const void *clientInfo); | | typedef void (*WKPageDidDetectXSSForFrameCallback)(WKPageRef page, WKFrameR
ef frame, WKTypeRef userData, const void *clientInfo); | |
| typedef bool (*WKPageCanAuthenticateAgainstProtectionSpaceInFrameCallback)(
WKPageRef page, WKFrameRef frame, WKProtectionSpaceRef protectionSpace, con
st void *clientInfo); | | typedef bool (*WKPageCanAuthenticateAgainstProtectionSpaceInFrameCallback)(
WKPageRef page, WKFrameRef frame, WKProtectionSpaceRef protectionSpace, con
st void *clientInfo); | |
| typedef void (*WKPageDidReceiveAuthenticationChallengeInFrameCallback)(WKPa
geRef page, WKFrameRef frame, WKAuthenticationChallengeRef authenticationCh
allenge, const void *clientInfo); | | typedef void (*WKPageDidReceiveAuthenticationChallengeInFrameCallback)(WKPa
geRef page, WKFrameRef frame, WKAuthenticationChallengeRef authenticationCh
allenge, const void *clientInfo); | |
| typedef void (*WKPageDidChangeBackForwardListCallback)(WKPageRef page, WKBa
ckForwardListItemRef addedItem, WKArrayRef removedItems, const void *client
Info); | | typedef void (*WKPageDidChangeBackForwardListCallback)(WKPageRef page, WKBa
ckForwardListItemRef addedItem, WKArrayRef removedItems, const void *client
Info); | |
| typedef bool (*WKPageShouldGoToBackForwardListItemCallback)(WKPageRef page,
WKBackForwardListItemRef item, const void *clientInfo); | | typedef bool (*WKPageShouldGoToBackForwardListItemCallback)(WKPageRef page,
WKBackForwardListItemRef item, const void *clientInfo); | |
|
| typedef void (*WKPageDidNewFirstVisuallyNonEmptyLayoutCallback)(WKPageRef p
age, WKTypeRef userData, const void *clientInfo); | | | |
| typedef void (*WKPageWillGoToBackForwardListItemCallback)(WKPageRef page, W
KBackForwardListItemRef item, WKTypeRef userData, const void *clientInfo); | | typedef void (*WKPageWillGoToBackForwardListItemCallback)(WKPageRef page, W
KBackForwardListItemRef item, WKTypeRef userData, const void *clientInfo); | |
| typedef void (*WKPageDidLayoutCallback)(WKPageRef page, WKLayoutMilestones
milestones, WKTypeRef userData, const void *clientInfo); | | typedef void (*WKPageDidLayoutCallback)(WKPageRef page, WKLayoutMilestones
milestones, WKTypeRef userData, const void *clientInfo); | |
| typedef WKPluginLoadPolicy (*WKPagePluginLoadPolicyCallback)(WKPageRef page
, WKPluginLoadPolicy currentPluginLoadPolicy, WKDictionaryRef pluginInfoDic
tionary, WKStringRef* unavailabilityDescription, const void* clientInfo); | | typedef WKPluginLoadPolicy (*WKPagePluginLoadPolicyCallback)(WKPageRef page
, WKPluginLoadPolicy currentPluginLoadPolicy, WKDictionaryRef pluginInfoDic
tionary, WKStringRef* unavailabilityDescription, const void* clientInfo); | |
| typedef void (*WKPagePluginDidFailCallback)(WKPageRef page, WKErrorCode err
orCode, WKDictionaryRef pluginInfoDictionary, const void* clientInfo); | | typedef void (*WKPagePluginDidFailCallback)(WKPageRef page, WKErrorCode err
orCode, WKDictionaryRef pluginInfoDictionary, const void* clientInfo); | |
| | | | |
| // Deprecated | | // Deprecated | |
| typedef void (*WKPageDidFailToInitializePluginCallback_deprecatedForUseWith
V0)(WKPageRef page, WKStringRef mimeType, const void* clientInfo); | | typedef void (*WKPageDidFailToInitializePluginCallback_deprecatedForUseWith
V0)(WKPageRef page, WKStringRef mimeType, const void* clientInfo); | |
| typedef void (*WKPagePluginDidFailCallback_deprecatedForUseWithV1)(WKPageRe
f page, WKErrorCode errorCode, WKStringRef mimeType, WKStringRef pluginIden
tifier, WKStringRef pluginVersion, const void* clientInfo); | | typedef void (*WKPagePluginDidFailCallback_deprecatedForUseWithV1)(WKPageRe
f page, WKErrorCode errorCode, WKStringRef mimeType, WKStringRef pluginIden
tifier, WKStringRef pluginVersion, const void* clientInfo); | |
| typedef WKPluginLoadPolicy (*WKPagePluginLoadPolicyCallback_deprecatedForUs
eWithV2)(WKPageRef page, WKPluginLoadPolicy currentPluginLoadPolicy, WKDict
ionaryRef pluginInfoDictionary, const void* clientInfo); | | typedef WKPluginLoadPolicy (*WKPagePluginLoadPolicyCallback_deprecatedForUs
eWithV2)(WKPageRef page, WKPluginLoadPolicy currentPluginLoadPolicy, WKDict
ionaryRef pluginInfoDictionary, const void* clientInfo); | |
| | | | |
| | | | |
| skipping to change at line 129 | | skipping to change at line 128 | |
| WKPageCallback pro
cessDidBecomeUnresponsive; | | WKPageCallback pro
cessDidBecomeUnresponsive; | |
| WKPageCallback pro
cessDidBecomeResponsive; | | WKPageCallback pro
cessDidBecomeResponsive; | |
| WKPageCallback pro
cessDidCrash; | | WKPageCallback pro
cessDidCrash; | |
| WKPageDidChangeBackForwardListCallback did
ChangeBackForwardList; | | WKPageDidChangeBackForwardListCallback did
ChangeBackForwardList; | |
| WKPageShouldGoToBackForwardListItemCallback sho
uldGoToBackForwardListItem; | | WKPageShouldGoToBackForwardListItemCallback sho
uldGoToBackForwardListItem; | |
| WKPageDidFailToInitializePluginCallback_deprecatedForUseWithV0 did
FailToInitializePlugin_deprecatedForUseWithV0; | | WKPageDidFailToInitializePluginCallback_deprecatedForUseWithV0 did
FailToInitializePlugin_deprecatedForUseWithV0; | |
| | | | |
| // Version 1 | | // Version 1 | |
| WKPageDidDetectXSSForFrameCallback did
DetectXSSForFrame; | | WKPageDidDetectXSSForFrameCallback did
DetectXSSForFrame; | |
| | | | |
|
| // FIXME: didNewFirstVisuallyNonEmptyLayout should be removed. We shoul | | void* did | |
| d consider removing didFirstVisuallyNonEmptyLayoutForFrame | | NewFirstVisuallyNonEmptyLayout_unavailable; | |
| // as well. Their functionality is replaced by didLayout. | | | |
| WKPageDidNewFirstVisuallyNonEmptyLayoutCallback did | | | |
| NewFirstVisuallyNonEmptyLayout; | | | |
| | | | |
| WKPageWillGoToBackForwardListItemCallback wil
lGoToBackForwardListItem; | | WKPageWillGoToBackForwardListItemCallback wil
lGoToBackForwardListItem; | |
| | | | |
| WKPageCallback int
eractionOccurredWhileProcessUnresponsive; | | WKPageCallback int
eractionOccurredWhileProcessUnresponsive; | |
| WKPagePluginDidFailCallback_deprecatedForUseWithV1 plu
ginDidFail_deprecatedForUseWithV1; | | WKPagePluginDidFailCallback_deprecatedForUseWithV1 plu
ginDidFail_deprecatedForUseWithV1; | |
| | | | |
| // Version 2 | | // Version 2 | |
| void (*d
idReceiveIntentForFrame_unavailable)(void); | | void (*d
idReceiveIntentForFrame_unavailable)(void); | |
| void (*r
egisterIntentServiceForFrame_unavailable)(void); | | void (*r
egisterIntentServiceForFrame_unavailable)(void); | |
| | | | |
| WKPageDidLayoutCallback did
Layout; | | WKPageDidLayoutCallback did
Layout; | |
|
| WKPagePluginLoadPolicyCallback_deprecatedForUseWithV2
pluginLoadPolicy_deprecatedForUseWithV2; | | WKPagePluginLoadPolicyCallback_deprecatedForUseWithV2 plu
ginLoadPolicy_deprecatedForUseWithV2; | |
| WKPagePluginDidFailCallback plu
ginDidFail; | | WKPagePluginDidFailCallback plu
ginDidFail; | |
| | | | |
| // Version 3 | | // Version 3 | |
| WKPagePluginLoadPolicyCallback plu
ginLoadPolicy; | | WKPagePluginLoadPolicyCallback plu
ginLoadPolicy; | |
| }; | | }; | |
| typedef struct WKPageLoaderClient WKPageLoaderClient; | | typedef struct WKPageLoaderClient WKPageLoaderClient; | |
| | | | |
| enum { kWKPageLoaderClientCurrentVersion = 3 }; | | enum { kWKPageLoaderClientCurrentVersion = 3 }; | |
| | | | |
| // Policy Client. | | // Policy Client. | |
| | | | |
End of changes. 3 change blocks. |
| 7 lines changed or deleted | | 3 lines changed or added | |
|
| WebKitContextMenuActions.h | | WebKitContextMenuActions.h | |
| | | | |
| skipping to change at line 75 | | skipping to change at line 75 | |
| * @WEBKIT_CONTEXT_MENU_ACTION_OPEN_VIDEO_IN_NEW_WINDOW: Open current video
element in a new window. | | * @WEBKIT_CONTEXT_MENU_ACTION_OPEN_VIDEO_IN_NEW_WINDOW: Open current video
element in a new window. | |
| * @WEBKIT_CONTEXT_MENU_ACTION_OPEN_AUDIO_IN_NEW_WINDOW: Open current audio
element in a new window. | | * @WEBKIT_CONTEXT_MENU_ACTION_OPEN_AUDIO_IN_NEW_WINDOW: Open current audio
element in a new window. | |
| * @WEBKIT_CONTEXT_MENU_ACTION_COPY_VIDEO_LINK_TO_CLIPBOARD: Copy video lin
k location in to the clipboard. | | * @WEBKIT_CONTEXT_MENU_ACTION_COPY_VIDEO_LINK_TO_CLIPBOARD: Copy video lin
k location in to the clipboard. | |
| * @WEBKIT_CONTEXT_MENU_ACTION_COPY_AUDIO_LINK_TO_CLIPBOARD: Copy audio lin
k location in to the clipboard. | | * @WEBKIT_CONTEXT_MENU_ACTION_COPY_AUDIO_LINK_TO_CLIPBOARD: Copy audio lin
k location in to the clipboard. | |
| * @WEBKIT_CONTEXT_MENU_ACTION_TOGGLE_MEDIA_CONTROLS: Enable or disable med
ia controls. | | * @WEBKIT_CONTEXT_MENU_ACTION_TOGGLE_MEDIA_CONTROLS: Enable or disable med
ia controls. | |
| * @WEBKIT_CONTEXT_MENU_ACTION_TOGGLE_MEDIA_LOOP: Enable or disable media l
oop. | | * @WEBKIT_CONTEXT_MENU_ACTION_TOGGLE_MEDIA_LOOP: Enable or disable media l
oop. | |
| * @WEBKIT_CONTEXT_MENU_ACTION_ENTER_VIDEO_FULLSCREEN: Show current video e
lement in fullscreen mode. | | * @WEBKIT_CONTEXT_MENU_ACTION_ENTER_VIDEO_FULLSCREEN: Show current video e
lement in fullscreen mode. | |
| * @WEBKIT_CONTEXT_MENU_ACTION_MEDIA_PLAY: Play current media element. | | * @WEBKIT_CONTEXT_MENU_ACTION_MEDIA_PLAY: Play current media element. | |
| * @WEBKIT_CONTEXT_MENU_ACTION_MEDIA_PAUSE: Pause current media element. | | * @WEBKIT_CONTEXT_MENU_ACTION_MEDIA_PAUSE: Pause current media element. | |
| * @WEBKIT_CONTEXT_MENU_ACTION_MEDIA_MUTE: Mute current media element. | | * @WEBKIT_CONTEXT_MENU_ACTION_MEDIA_MUTE: Mute current media element. | |
|
| | | * @WEBKIT_CONTEXT_MENU_ACTION_DOWNLOAD_VIDEO_TO_DISK: Download video to di | |
| | | sk. Since 2.2 | |
| | | * @WEBKIT_CONTEXT_MENU_ACTION_DOWNLOAD_AUDIO_TO_DISK: Download audio to di | |
| | | sk. Since 2.2 | |
| * @WEBKIT_CONTEXT_MENU_ACTION_CUSTOM: Custom action defined by application
s. | | * @WEBKIT_CONTEXT_MENU_ACTION_CUSTOM: Custom action defined by application
s. | |
| * | | * | |
| * Enum values used to denote the stock actions for | | * Enum values used to denote the stock actions for | |
| * #WebKitContextMenuItem<!-- -->s | | * #WebKitContextMenuItem<!-- -->s | |
| */ | | */ | |
| typedef enum { | | typedef enum { | |
| WEBKIT_CONTEXT_MENU_ACTION_NO_ACTION = 0, | | WEBKIT_CONTEXT_MENU_ACTION_NO_ACTION = 0, | |
| | | | |
| WEBKIT_CONTEXT_MENU_ACTION_OPEN_LINK, | | WEBKIT_CONTEXT_MENU_ACTION_OPEN_LINK, | |
| WEBKIT_CONTEXT_MENU_ACTION_OPEN_LINK_IN_NEW_WINDOW, | | WEBKIT_CONTEXT_MENU_ACTION_OPEN_LINK_IN_NEW_WINDOW, | |
| | | | |
| skipping to change at line 124 | | skipping to change at line 126 | |
| WEBKIT_CONTEXT_MENU_ACTION_OPEN_VIDEO_IN_NEW_WINDOW, | | WEBKIT_CONTEXT_MENU_ACTION_OPEN_VIDEO_IN_NEW_WINDOW, | |
| WEBKIT_CONTEXT_MENU_ACTION_OPEN_AUDIO_IN_NEW_WINDOW, | | WEBKIT_CONTEXT_MENU_ACTION_OPEN_AUDIO_IN_NEW_WINDOW, | |
| WEBKIT_CONTEXT_MENU_ACTION_COPY_VIDEO_LINK_TO_CLIPBOARD, | | WEBKIT_CONTEXT_MENU_ACTION_COPY_VIDEO_LINK_TO_CLIPBOARD, | |
| WEBKIT_CONTEXT_MENU_ACTION_COPY_AUDIO_LINK_TO_CLIPBOARD, | | WEBKIT_CONTEXT_MENU_ACTION_COPY_AUDIO_LINK_TO_CLIPBOARD, | |
| WEBKIT_CONTEXT_MENU_ACTION_TOGGLE_MEDIA_CONTROLS, | | WEBKIT_CONTEXT_MENU_ACTION_TOGGLE_MEDIA_CONTROLS, | |
| WEBKIT_CONTEXT_MENU_ACTION_TOGGLE_MEDIA_LOOP, | | WEBKIT_CONTEXT_MENU_ACTION_TOGGLE_MEDIA_LOOP, | |
| WEBKIT_CONTEXT_MENU_ACTION_ENTER_VIDEO_FULLSCREEN, | | WEBKIT_CONTEXT_MENU_ACTION_ENTER_VIDEO_FULLSCREEN, | |
| WEBKIT_CONTEXT_MENU_ACTION_MEDIA_PLAY, | | WEBKIT_CONTEXT_MENU_ACTION_MEDIA_PLAY, | |
| WEBKIT_CONTEXT_MENU_ACTION_MEDIA_PAUSE, | | WEBKIT_CONTEXT_MENU_ACTION_MEDIA_PAUSE, | |
| WEBKIT_CONTEXT_MENU_ACTION_MEDIA_MUTE, | | WEBKIT_CONTEXT_MENU_ACTION_MEDIA_MUTE, | |
|
| | | WEBKIT_CONTEXT_MENU_ACTION_DOWNLOAD_VIDEO_TO_DISK, | |
| | | WEBKIT_CONTEXT_MENU_ACTION_DOWNLOAD_AUDIO_TO_DISK, | |
| | | | |
| WEBKIT_CONTEXT_MENU_ACTION_CUSTOM = 10000 | | WEBKIT_CONTEXT_MENU_ACTION_CUSTOM = 10000 | |
| } WebKitContextMenuAction; | | } WebKitContextMenuAction; | |
| | | | |
| G_END_DECLS | | G_END_DECLS | |
| | | | |
| #endif | | #endif | |
| | | | |
End of changes. 2 change blocks. |
| 0 lines changed or deleted | | 6 lines changed or added | |
|
| WebKitDOMCustom.h | | WebKitDOMCustom.h | |
| | | | |
| skipping to change at line 22 | | skipping to change at line 22 | |
| * Lesser General Public License for more details. | | * Lesser General Public License for more details. | |
| * | | * | |
| * You should have received a copy of the GNU Lesser General Public | | * You should have received a copy of the GNU Lesser General Public | |
| * License along with this library; if not, write to the Free Software | | * License along with this library; if not, write to the Free Software | |
| * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-13
01 USA | | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-13
01 USA | |
| */ | | */ | |
| | | | |
| #ifndef WebKitDOMCustom_h | | #ifndef WebKitDOMCustom_h | |
| #define WebKitDOMCustom_h | | #define WebKitDOMCustom_h | |
| | | | |
|
| | | #include <glib-object.h> | |
| #include <glib.h> | | #include <glib.h> | |
| #include <webkitdom/webkitdomdefines.h> | | #include <webkitdom/webkitdomdefines.h> | |
| | | | |
| G_BEGIN_DECLS | | G_BEGIN_DECLS | |
| | | | |
| /** | | /** | |
| * webkit_dom_html_text_area_element_is_edited: | | * webkit_dom_html_text_area_element_is_edited: | |
| * @input: A #WebKitDOMHTMLTextAreaElement | | * @input: A #WebKitDOMHTMLTextAreaElement | |
| * | | * | |
| */ | | */ | |
| | | | |
| skipping to change at line 93 | | skipping to change at line 94 | |
| WEBKIT_API void webkit_dom_html_form_element_dispatch_form_change(WebKitDOM
HTMLFormElement* self); | | WEBKIT_API void webkit_dom_html_form_element_dispatch_form_change(WebKitDOM
HTMLFormElement* self); | |
| | | | |
| /** | | /** | |
| * webkit_dom_html_form_element_dispatch_form_input: | | * webkit_dom_html_form_element_dispatch_form_input: | |
| * @self: A #WebKitDOMHTMLFormElement | | * @self: A #WebKitDOMHTMLFormElement | |
| * | | * | |
| */ | | */ | |
| WEBKIT_API void webkit_dom_html_form_element_dispatch_form_input(WebKitDOMH
TMLFormElement* self); | | WEBKIT_API void webkit_dom_html_form_element_dispatch_form_input(WebKitDOMH
TMLFormElement* self); | |
| | | | |
| /** | | /** | |
|
| | | * webkit_dom_html_element_get_id: | |
| | | * @self: A #WebKitDOMHTMLElement | |
| | | * | |
| | | * This method is deprecated. Use webkit_dom_element_set_id() instead. | |
| | | * | |
| | | * Returns: | |
| | | * | |
| | | **/ | |
| | | WEBKIT_API gchar* webkit_dom_html_element_get_id(WebKitDOMHTMLElement* self | |
| | | ); | |
| | | | |
| | | /** | |
| | | * webkit_dom_html_element_set_id: | |
| | | * @self: A #WebKitDOMHTMLElement | |
| | | * @value: A #gchar | |
| | | * | |
| | | * This method is deprecated. Use webkit_dom_element_set_id() instead. | |
| | | * | |
| | | * Returns: | |
| | | * | |
| | | **/ | |
| | | WEBKIT_API void webkit_dom_html_element_set_id(WebKitDOMHTMLElement* self, | |
| | | const gchar* value); | |
| | | | |
| | | /** | |
| * webkit_dom_webkit_named_flow_get_overflow: | | * webkit_dom_webkit_named_flow_get_overflow: | |
| * @flow: A #WebKitDOMWebKitNamedFlow | | * @flow: A #WebKitDOMWebKitNamedFlow | |
| * | | * | |
| * Returns: | | * Returns: | |
| * | | * | |
| */ | | */ | |
| WEBKIT_API gboolean webkit_dom_webkit_named_flow_get_overflow(WebKitDOMWebK
itNamedFlow* flow); | | WEBKIT_API gboolean webkit_dom_webkit_named_flow_get_overflow(WebKitDOMWebK
itNamedFlow* flow); | |
| | | | |
| /** | | /** | |
| * webkit_dom_element_get_webkit_region_overflow: | | * webkit_dom_element_get_webkit_region_overflow: | |
| | | | |
| skipping to change at line 129 | | skipping to change at line 153 | |
| /** | | /** | |
| * webkit_dom_webkit_named_flow_get_regions_by_content_node: | | * webkit_dom_webkit_named_flow_get_regions_by_content_node: | |
| * @flow: A #WebKitDOMWebKitNamedFlow | | * @flow: A #WebKitDOMWebKitNamedFlow | |
| * @content_node: A #WebKitDOMNode | | * @content_node: A #WebKitDOMNode | |
| * | | * | |
| * Returns: (transfer none): | | * Returns: (transfer none): | |
| * | | * | |
| */ | | */ | |
| WEBKIT_API WebKitDOMNodeList* webkit_dom_webkit_named_flow_get_regions_by_c
ontent_node(WebKitDOMWebKitNamedFlow* flow, WebKitDOMNode* content_node); | | WEBKIT_API WebKitDOMNodeList* webkit_dom_webkit_named_flow_get_regions_by_c
ontent_node(WebKitDOMWebKitNamedFlow* flow, WebKitDOMNode* content_node); | |
| | | | |
|
| | | WEBKIT_API GType webkit_dom_bar_info_get_type(void); | |
| | | | |
| | | /** | |
| | | * webkit_dom_bar_info_get_visible: | |
| | | * @self: A #WebKitDOMBarInfo | |
| | | * | |
| | | * The BarInfo type has been removed from the DOM spec, this function does | |
| | | nothing. | |
| | | * | |
| | | * Returns: | |
| | | * | |
| | | **/ | |
| | | WEBKIT_API gboolean webkit_dom_bar_info_get_visible(void* self); | |
| | | | |
| | | /** | |
| | | * webkit_dom_console_get_memory: | |
| | | * @self: A #WebKitDOMConsole | |
| | | * | |
| | | * This functionality has been removed from WebKit, this function does noth | |
| | | ing. | |
| | | * | |
| | | * Returns: (transfer none): | |
| | | * | |
| | | **/ | |
| | | WEBKIT_API void* webkit_dom_console_get_memory(WebKitDOMConsole* self); | |
| | | | |
| | | /** | |
| | | * webkit_dom_css_style_declaration_get_property_css_value: | |
| | | * @self: A #WebKitDOMCSSStyleDeclaration | |
| | | * @propertyName: A #gchar | |
| | | * | |
| | | * This functionality has been removed from WebKit, this function does noth | |
| | | ing. | |
| | | * | |
| | | * Returns: (transfer none): | |
| | | * | |
| | | **/ | |
| | | WEBKIT_API WebKitDOMCSSValue* webkit_dom_css_style_declaration_get_property | |
| | | _css_value(WebKitDOMCSSStyleDeclaration* self, const gchar* propertyName); | |
| | | | |
| | | /** | |
| | | * webkit_dom_document_get_webkit_hidden: | |
| | | * @self: A #WebKitDOMDocument | |
| | | * | |
| | | * This functionality has been removed from WebKit, this function does noth | |
| | | ing. | |
| | | * | |
| | | * Returns: | |
| | | * | |
| | | **/ | |
| | | WEBKIT_API gboolean webkit_dom_document_get_webkit_hidden(WebKitDOMDocument | |
| | | * self); | |
| | | | |
| | | /** | |
| | | * webkit_dom_document_get_webkit_visibility_state: | |
| | | * @self: A #WebKitDOMDocument | |
| | | * | |
| | | * This functionality has been removed from WebKit, this function does noth | |
| | | ing. | |
| | | * | |
| | | * Returns: | |
| | | * | |
| | | **/ | |
| | | WEBKIT_API gchar* webkit_dom_document_get_webkit_visibility_state(WebKitDOM | |
| | | Document* self); | |
| | | | |
| | | /** | |
| | | * webkit_dom_html_document_open: | |
| | | * @self: A #WebKitDOMHTMLDocument | |
| | | * | |
| | | * Returns: | |
| | | * | |
| | | **/ | |
| | | WEBKIT_API void webkit_dom_html_document_open(WebKitDOMHTMLDocument* self); | |
| | | | |
| | | /** | |
| | | * webkit_dom_html_element_set_item_id: | |
| | | * @self: A #WebKitDOMHTMLElement | |
| | | * @value: A #gchar | |
| | | * | |
| | | * This functionality has been removed from WebKit, this function does noth | |
| | | ing. | |
| | | * | |
| | | * Returns: | |
| | | * | |
| | | **/ | |
| | | WEBKIT_API void webkit_dom_html_element_set_item_id(WebKitDOMHTMLElement* s | |
| | | elf, const gchar* value); | |
| | | | |
| | | /** | |
| | | * webkit_dom_html_element_get_item_id: | |
| | | * @self: A #WebKitDOMHTMLElement | |
| | | * | |
| | | * This functionality has been removed from WebKit, this function does noth | |
| | | ing. | |
| | | * | |
| | | * Returns: | |
| | | * | |
| | | **/ | |
| | | WEBKIT_API gchar* webkit_dom_html_element_get_item_id(WebKitDOMHTMLElement* | |
| | | self); | |
| | | | |
| | | /** | |
| | | * webkit_dom_html_element_get_item_ref: | |
| | | * @self: A #WebKitDOMHTMLElement | |
| | | * | |
| | | * This functionality has been removed from WebKit, this function does noth | |
| | | ing. | |
| | | * | |
| | | * Returns: (transfer none): | |
| | | * | |
| | | **/ | |
| | | WEBKIT_API WebKitDOMDOMSettableTokenList* webkit_dom_html_element_get_item_ | |
| | | ref(WebKitDOMHTMLElement* self); | |
| | | | |
| | | /** | |
| | | * webkit_dom_html_element_get_item_prop: | |
| | | * @self: A #WebKitDOMHTMLElement | |
| | | * | |
| | | * This functionality has been removed from WebKit, this function does noth | |
| | | ing. | |
| | | * | |
| | | * Returns: (transfer none): | |
| | | * | |
| | | **/ | |
| | | WEBKIT_API WebKitDOMDOMSettableTokenList* webkit_dom_html_element_get_item_ | |
| | | prop(WebKitDOMHTMLElement* self); | |
| | | | |
| | | /** | |
| | | * webkit_dom_html_element_set_item_scope: | |
| | | * @self: A #WebKitDOMHTMLElement | |
| | | * @value: A #gboolean | |
| | | * | |
| | | * This functionality has been removed from WebKit, this function does noth | |
| | | ing. | |
| | | * | |
| | | * Returns: | |
| | | * | |
| | | **/ | |
| | | WEBKIT_API void webkit_dom_html_element_set_item_scope(WebKitDOMHTMLElement | |
| | | * self, gboolean value); | |
| | | | |
| | | /** | |
| | | * webkit_dom_html_element_get_item_scope: | |
| | | * @self: A #WebKitDOMHTMLElement | |
| | | * | |
| | | * This functionality has been removed from WebKit, this function does noth | |
| | | ing. | |
| | | * | |
| | | * Returns: | |
| | | * | |
| | | **/ | |
| | | WEBKIT_API gboolean webkit_dom_html_element_get_item_scope(WebKitDOMHTMLEle | |
| | | ment* self); | |
| | | | |
| | | /** | |
| | | * webkit_dom_html_element_get_item_type: | |
| | | * @self: A #WebKitDOMHTMLElement | |
| | | * | |
| | | * This functionality has been removed from WebKit, this function does noth | |
| | | ing. | |
| | | * | |
| | | * Returns: (transfer none): | |
| | | * | |
| | | **/ | |
| | | WEBKIT_API void* webkit_dom_html_element_get_item_type(WebKitDOMHTMLElement | |
| | | * self); | |
| | | | |
| | | WEBKIT_API GType webkit_dom_html_properties_collection_get_type(void); | |
| | | | |
| | | /** | |
| | | * webkit_dom_html_properties_collection_item: | |
| | | * @self: A #WebKitDOMHTMLPropertiesCollection | |
| | | * @index: A #gulong | |
| | | * | |
| | | * The PropertiesCollection object has been removed from WebKit, this funct | |
| | | ion does nothing. | |
| | | * | |
| | | * Returns: (transfer none): | |
| | | * | |
| | | **/ | |
| | | WEBKIT_API WebKitDOMNode* webkit_dom_html_properties_collection_item(void* | |
| | | self, gulong index); | |
| | | | |
| | | /** | |
| | | * webkit_dom_html_properties_collection_named_item: | |
| | | * @self: A #WebKitDOMHTMLPropertiesCollection | |
| | | * @name: A #gchar | |
| | | * | |
| | | * The PropertiesCollection object has been removed from WebKit, this funct | |
| | | ion does nothing. | |
| | | * | |
| | | * Returns: (transfer none): | |
| | | * | |
| | | **/ | |
| | | WEBKIT_API void* webkit_dom_html_properties_collection_named_item(void* sel | |
| | | f, const gchar* name); | |
| | | | |
| | | /** | |
| | | * webkit_dom_html_properties_collection_get_length: | |
| | | * @self: A #WebKitDOMHTMLPropertiesCollection | |
| | | * | |
| | | * The PropertiesCollection object has been removed from WebKit, this funct | |
| | | ion does nothing. | |
| | | * | |
| | | * Returns: | |
| | | * | |
| | | **/ | |
| | | WEBKIT_API gulong webkit_dom_html_properties_collection_get_length(void* se | |
| | | lf); | |
| | | | |
| | | /** | |
| | | * webkit_dom_html_properties_collection_get_names: | |
| | | * @self: A #WebKitDOMHTMLPropertiesCollection | |
| | | * | |
| | | * The PropertiesCollection object has been removed from WebKit, this funct | |
| | | ion does nothing. | |
| | | * | |
| | | * Returns: (transfer none): | |
| | | * | |
| | | **/ | |
| | | WEBKIT_API WebKitDOMDOMStringList* webkit_dom_html_properties_collection_ge | |
| | | t_names(void* self); | |
| | | | |
| | | /** | |
| | | * webkit_dom_node_get_attributes: | |
| | | * @self: A #WebKitDOMNode | |
| | | * | |
| | | * This functionality has been removed from WebKit, this function does noth | |
| | | ing. | |
| | | * | |
| | | * Returns: (transfer none): | |
| | | * | |
| | | **/ | |
| | | WEBKIT_API WebKitDOMNamedNodeMap* webkit_dom_node_get_attributes(WebKitDOMN | |
| | | ode* self); | |
| | | | |
| | | /** | |
| | | * webkit_dom_node_has_attributes: | |
| | | * @self: A #WebKitDOMNode | |
| | | * | |
| | | * This functionality has been removed from WebKit, this function does noth | |
| | | ing. | |
| | | * | |
| | | * Returns: | |
| | | * | |
| | | **/ | |
| | | WEBKIT_API gboolean webkit_dom_node_has_attributes(WebKitDOMNode* self); | |
| | | | |
| | | WEBKIT_API GType webkit_dom_memory_info_get_type(void); | |
| | | | |
| | | /** | |
| | | * webkit_dom_memory_info_get_total_js_heap_size: | |
| | | * @self: A #WebKitDOMMemoryInfo | |
| | | * | |
| | | * The MemoryInfo object has been removed from WebKit, this function does n | |
| | | othing. | |
| | | * | |
| | | * Returns: | |
| | | * | |
| | | **/ | |
| | | WEBKIT_API gulong webkit_dom_memory_info_get_total_js_heap_size(void* self) | |
| | | ; | |
| | | | |
| | | /** | |
| | | * webkit_dom_memory_info_get_used_js_heap_size: | |
| | | * @self: A #WebKitDOMMemoryInfo | |
| | | * | |
| | | * The MemoryInfo object has been removed from WebKit, this function does n | |
| | | othing. | |
| | | * | |
| | | * Returns: | |
| | | * | |
| | | **/ | |
| | | WEBKIT_API gulong webkit_dom_memory_info_get_used_js_heap_size(void* self); | |
| | | | |
| | | /** | |
| | | * webkit_dom_memory_info_get_js_heap_size_limit: | |
| | | * @self: A #WebKitDOMMemoryInfo | |
| | | * | |
| | | * The MemoryInfo object has been removed from WebKit, this function does n | |
| | | othing. | |
| | | * | |
| | | * Returns: | |
| | | * | |
| | | **/ | |
| | | WEBKIT_API gulong webkit_dom_memory_info_get_js_heap_size_limit(void* self) | |
| | | ; | |
| | | | |
| | | WEBKIT_API GType webkit_dom_micro_data_item_value_get_type(void); | |
| | | | |
| | | /** | |
| | | * webkit_dom_performance_get_memory: | |
| | | * @self: A #WebKitDOMPerformance | |
| | | * | |
| | | * This functionality has been removed from WebKit, this function does noth | |
| | | ing. | |
| | | * | |
| | | * Returns: (transfer none): | |
| | | * | |
| | | **/ | |
| | | WEBKIT_API void* webkit_dom_performance_get_memory(WebKitDOMPerformance* se | |
| | | lf); | |
| | | | |
| | | WEBKIT_API GType webkit_dom_property_node_list_get_type(void); | |
| | | | |
| | | /** | |
| | | * webkit_dom_property_node_list_item: | |
| | | * @self: A #WebKitDOMPropertyNodeList | |
| | | * @index: A #gulong | |
| | | * | |
| | | * The PropertyNodeList object has been removed from WebKit, this function | |
| | | does nothing. | |
| | | * | |
| | | * Returns: (transfer none): | |
| | | * | |
| | | **/ | |
| | | WEBKIT_API WebKitDOMNode* webkit_dom_property_node_list_item(void* self, gu | |
| | | long index); | |
| | | | |
| | | /** | |
| | | * webkit_dom_property_node_list_get_length: | |
| | | * @self: A #WebKitDOMPropertyNodeList | |
| | | * | |
| | | * The PropertyNodeList object has been removed from WebKit, this function | |
| | | does nothing. | |
| | | * | |
| | | * Returns: | |
| | | * | |
| | | **/ | |
| | | WEBKIT_API gulong webkit_dom_property_node_list_get_length(void* self); | |
| | | | |
| G_END_DECLS | | G_END_DECLS | |
| | | | |
| #endif | | #endif | |
| | | | |
End of changes. 3 change blocks. |
| 0 lines changed or deleted | | 358 lines changed or added | |
|
| WebKitWebPage.h | | WebKitWebPage.h | |
| | | | |
| skipping to change at line 29 | | skipping to change at line 29 | |
| | | | |
| #if !defined(__WEBKIT_WEB_EXTENSION_H_INSIDE__) && !defined(WEBKIT2_COMPILA
TION) | | #if !defined(__WEBKIT_WEB_EXTENSION_H_INSIDE__) && !defined(WEBKIT2_COMPILA
TION) | |
| #error "Only <webkit2/webkit-web-extension.h> can be included directly." | | #error "Only <webkit2/webkit-web-extension.h> can be included directly." | |
| #endif | | #endif | |
| | | | |
| #ifndef WebKitWebPage_h | | #ifndef WebKitWebPage_h | |
| #define WebKitWebPage_h | | #define WebKitWebPage_h | |
| | | | |
| #include <glib-object.h> | | #include <glib-object.h> | |
| #include <webkit2/WebKitDefines.h> | | #include <webkit2/WebKitDefines.h> | |
|
| | | #include <webkit2/WebKitFrame.h> | |
| #include <webkitdom/webkitdom.h> | | #include <webkitdom/webkitdom.h> | |
| | | | |
| G_BEGIN_DECLS | | G_BEGIN_DECLS | |
| | | | |
| #define WEBKIT_TYPE_WEB_PAGE (webkit_web_page_get_type()) | | #define WEBKIT_TYPE_WEB_PAGE (webkit_web_page_get_type()) | |
| #define WEBKIT_WEB_PAGE(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj),
WEBKIT_TYPE_WEB_PAGE, WebKitWebPage)) | | #define WEBKIT_WEB_PAGE(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj),
WEBKIT_TYPE_WEB_PAGE, WebKitWebPage)) | |
| #define WEBKIT_IS_WEB_PAGE(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj),
WEBKIT_TYPE_WEB_PAGE)) | | #define WEBKIT_IS_WEB_PAGE(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj),
WEBKIT_TYPE_WEB_PAGE)) | |
| #define WEBKIT_WEB_PAGE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass),
WEBKIT_TYPE_WEB_PAGE, WebKitWebPageClass)) | | #define WEBKIT_WEB_PAGE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass),
WEBKIT_TYPE_WEB_PAGE, WebKitWebPageClass)) | |
| #define WEBKIT_IS_WEB_PAGE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),
WEBKIT_TYPE_WEB_PAGE)) | | #define WEBKIT_IS_WEB_PAGE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass),
WEBKIT_TYPE_WEB_PAGE)) | |
| #define WEBKIT_WEB_PAGE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj),
WEBKIT_TYPE_WEB_PAGE, WebKitWebPageClass)) | | #define WEBKIT_WEB_PAGE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj),
WEBKIT_TYPE_WEB_PAGE, WebKitWebPageClass)) | |
| | | | |
| skipping to change at line 64 | | skipping to change at line 65 | |
| WEBKIT_API GType | | WEBKIT_API GType | |
| webkit_web_page_get_type (void); | | webkit_web_page_get_type (void); | |
| | | | |
| WEBKIT_API WebKitDOMDocument * | | WEBKIT_API WebKitDOMDocument * | |
| webkit_web_page_get_dom_document (WebKitWebPage *web_page); | | webkit_web_page_get_dom_document (WebKitWebPage *web_page); | |
| | | | |
| WEBKIT_API guint64 | | WEBKIT_API guint64 | |
| webkit_web_page_get_id (WebKitWebPage *web_page); | | webkit_web_page_get_id (WebKitWebPage *web_page); | |
| | | | |
| WEBKIT_API const gchar * | | WEBKIT_API const gchar * | |
|
| webkit_web_page_get_uri (WebKitWebPage *web_page); | | webkit_web_page_get_uri (WebKitWebPage *web_page); | |
| | | | |
| | | WEBKIT_API WebKitFrame * | |
| | | webkit_web_page_get_main_frame (WebKitWebPage *web_page); | |
| | | | |
| G_END_DECLS | | G_END_DECLS | |
| | | | |
| #endif | | #endif | |
| | | | |
End of changes. 2 change blocks. |
| 1 lines changed or deleted | | 5 lines changed or added | |
|