/**
* WebKitWebView::create-web-view:
- * @web_view: the object on which the signal is emitted
+ * @webView: the object on which the signal is emitted
* @frame: the #WebKitWebFrame
*
* Emitted when the creation of a new window is requested.
/**
* WebKitWebView::web-view-ready:
- * @web_view: the object on which the signal is emitted
+ * @webView: the object on which the signal is emitted
*
* Emitted after #WebKitWebView::create-web-view when the new #WebKitWebView
* should be displayed to the user. When this signal is emitted
/**
* WebKitWebView::close-web-view:
- * @web_view: the object on which the signal is emitted
+ * @webView: the object on which the signal is emitted
*
* Emitted when closing a #WebKitWebView is requested. This occurs when a
* call is made from JavaScript's window.close function. The default
/**
* WebKitWebView::navigation-requested:
- * @web_view: the object on which the signal is emitted
+ * @webView: the object on which the signal is emitted
* @frame: the #WebKitWebFrame that required the navigation
* @request: a #WebKitNetworkRequest
*
/**
* WebKitWebView::new-window-policy-decision-requested:
- * @web_view: the object on which the signal is emitted
+ * @webView: the object on which the signal is emitted
* @frame: the #WebKitWebFrame that required the navigation
* @request: a #WebKitNetworkRequest
* @navigation_action: a #WebKitWebNavigationAction
/**
* WebKitWebView::navigation-policy-decision-requested:
- * @web_view: the object on which the signal is emitted
+ * @webView: the object on which the signal is emitted
* @frame: the #WebKitWebFrame that required the navigation
* @request: a #WebKitNetworkRequest
* @navigation_action: a #WebKitWebNavigationAction
/**
* WebKitWebView::mime-type-policy-decision-requested:
- * @web_view: the object on which the signal is emitted
+ * @webView: the object on which the signal is emitted
* @frame: the #WebKitWebFrame that required the policy decision
* @request: a WebKitNetworkRequest
* @mimetype: the MIME type attempted to load
/**
* WebKitWebView::window-object-cleared:
- * @web_view: the object on which the signal is emitted
+ * @webView: the object on which the signal is emitted
* @frame: the #WebKitWebFrame to which @window_object belongs
* @context: the #JSGlobalContextRef holding the global object and other
* execution state; equivalent to the return value of
/**
* WebKitWebView::download-requested:
- * @web_view: the object on which the signal is emitted
+ * @webView: the object on which the signal is emitted
* @download: a #WebKitDownload object that lets you control the
* download process
*
/**
* WebKitWebView::load-started:
- * @web_view: the object on which the signal is emitted
+ * @webView: the object on which the signal is emitted
* @frame: the frame going to do the load
*
* When a #WebKitWebFrame begins to load this signal is emitted.
/**
* WebKitWebView::load-committed:
- * @web_view: the object on which the signal is emitted
+ * @webView: the object on which the signal is emitted
* @frame: the main frame that received the first data
*
* When a #WebKitWebFrame loaded the first data this signal is emitted.
/**
* WebKitWebView::load-progress-changed:
- * @web_view: the #WebKitWebView
+ * @webView: the #WebKitWebView
* @progress: the global progress
*
* Deprecated: Use the "progress" property instead.
/**
* WebKitWebView::load-error
- * @web_view: the object on which the signal is emitted
+ * @webView: the object on which the signal is emitted
* @web_frame: the #WebKitWebFrame
* @uri: the URI that triggered the error
* @web_error: the #GError that was triggered
/**
* WebKitWebView::load-finished:
- * @web_view: the #WebKitWebView
+ * @webView: the #WebKitWebView
* @frame: the #WebKitWebFrame
*
* Deprecated: Use the "load-status" property instead.
/**
* WebKitWebView::onload-event:
- * @web_view: the object on which the signal is emitted
+ * @webView: the object on which the signal is emitted
* @frame: the frame
*
* When a #WebKitWebFrame receives an onload event this signal is emitted.
/**
* WebKitWebView::title-changed:
- * @web_view: the object on which the signal is emitted
+ * @webView: the object on which the signal is emitted
* @frame: the main frame
* @title: the new title
*
/**
* WebKitWebView::hovering-over-link:
- * @web_view: the object on which the signal is emitted
+ * @webView: the object on which the signal is emitted
* @title: the link's title
* @uri: the URI the link points to
*
/**
* WebKitWebView::populate-popup:
- * @web_view: the object on which the signal is emitted
+ * @webView: the object on which the signal is emitted
* @menu: the context menu
*
* When a context menu is about to be displayed this signal is emitted.
/**
* WebKitWebView::print-requested
- * @web_view: the object in which the signal is emitted
+ * @webView: the object in which the signal is emitted
* @web_frame: the frame that is requesting to be printed
*
* Emitted when printing is requested by the frame, usually
/**
* WebKitWebView::icon-loaded:
- * @web_view: the object on which the signal is emitted
+ * @webView: the object on which the signal is emitted
* @icon_uri: the URI for the icon
*
* This signal is emitted when the main frame has got a favicon.
/**
* WebKitWebView::console-message:
- * @web_view: the object on which the signal is emitted
+ * @webView: the object on which the signal is emitted
* @message: the message text
* @line: the line where the error occured
* @source_id: the source id
/**
* WebKitWebView::script-alert:
- * @web_view: the object on which the signal is emitted
+ * @webView: the object on which the signal is emitted
* @frame: the relevant frame
* @message: the message text
*
/**
* WebKitWebView::script-confirm:
- * @web_view: the object on which the signal is emitted
+ * @webView: the object on which the signal is emitted
* @frame: the relevant frame
* @message: the message text
* @confirmed: whether the dialog has been confirmed
/**
* WebKitWebView::script-prompt:
- * @web_view: the object on which the signal is emitted
+ * @webView: the object on which the signal is emitted
* @frame: the relevant frame
* @message: the message text
* @default: the default value
/**
* WebKitWebView::select-all:
- * @web_view: the object which received the signal
+ * @webView: the object which received the signal
*
* The #WebKitWebView::select-all signal is a keybinding signal which gets emitted to
* select the complete contents of the text view.
/**
* WebKitWebView::cut-clipboard:
- * @web_view: the object which received the signal
+ * @webView: the object which received the signal
*
* The #WebKitWebView::cut-clipboard signal is a keybinding signal which gets emitted to
* cut the selection to the clipboard.
/**
* WebKitWebView::copy-clipboard:
- * @web_view: the object which received the signal
+ * @webView: the object which received the signal
*
* The #WebKitWebView::copy-clipboard signal is a keybinding signal which gets emitted to
* copy the selection to the clipboard.
/**
* WebKitWebView::paste-clipboard:
- * @web_view: the object which received the signal
+ * @webView: the object which received the signal
*
* The #WebKitWebView::paste-clipboard signal is a keybinding signal which gets emitted to
* paste the contents of the clipboard into the Web view.
/**
* WebKitWebView::undo
- * @web_view: the object which received the signal
+ * @webView: the object which received the signal
*
* The #WebKitWebView::undo signal is a keybinding signal which gets emitted to
* undo the last editing command.
/**
* WebKitWebView::redo
- * @web_view: the object which received the signal
+ * @webView: the object which received the signal
*
* The #WebKitWebView::redo signal is a keybinding signal which gets emitted to
* redo the last editing command.
/**
* WebKitWebView::move-cursor:
- * @web_view: the object which received the signal
+ * @webView: the object which received the signal
* @step: the type of movement, one of #GtkMovementStep
* @count: an integer indicating the subtype of movement. Currently
* the permitted values are '1' = forward, '-1' = backwards.
/**
* WebKitWebView::create-plugin-widget:
- * @web_view: the object which received the signal
+ * @webView: the object which received the signal
* @mime_type: the mimetype of the requested object
* @uri: the URI to load
* @param: a #GHashTable with additional attributes (strings)
/**
* WebKitWebView::database-quota-exceeded
- * @web_view: the object which received the signal
+ * @webView: the object which received the signal
* @frame: the relevant frame
* @database: the #WebKitWebDatabase which exceeded the quota of its #WebKitSecurityOrigin
*
/**
* WebKitWebView::resource-request-starting:
- * @web_view: the object which received the signal
+ * @webView: the object which received the signal
* @web_frame: the #WebKitWebFrame whose load dispatched this request
* @web_resource: an empty #WebKitWebResource object
* @request: the #WebKitNetworkRequest that will be dispatched
/**
* WebKitWebView::geolocation-policy-decision-requested:
- * @web_view: the object on which the signal is emitted
+ * @webView: the object on which the signal is emitted
* @frame: the frame that requests permission
* @policy_decision: a WebKitGeolocationPolicyDecision
*
/**
* WebKitWebView::geolocation-policy-decision-cancelled:
- * @web_view: the object on which the signal is emitted
+ * @webView: the object on which the signal is emitted
* @frame: the frame that cancels geolocation request.
*
* When a @frame wants to cancel geolocation permission it had requested
/*
* WebKitWebView::document-load-finished
- * @web_view: the object which received the signal
+ * @webView: the object which received the signal
* @web_frame: the #WebKitWebFrame whose load dispatched this request
*
* Emitted when the DOM document object load is finished for the
/*
* WebKitWebView::frame-created
- * @web_view: the object which received the signal
+ * @webView: the object which received the signal
* @web_frame: the #WebKitWebFrame which was just created.
*
* Emitted when a WebKitWebView has created a new frame. This signal will
/**
* webkit_web_view_set_settings:
- * @web_view: a #WebKitWebView
+ * @webView: a #WebKitWebView
* @settings: (transfer none): the #WebKitWebSettings to be set
*
* Replaces the #WebKitWebSettings instance that is currently attached
/**
* webkit_web_view_get_settings:
- * @web_view: a #WebKitWebView
+ * @webView: a #WebKitWebView
*
* Obtains the #WebKitWebSettings associated with the
* #WebKitWebView. The #WebKitWebView always has an associated
/**
* webkit_web_view_get_inspector:
- * @web_view: a #WebKitWebView
+ * @webView: a #WebKitWebView
*
* Obtains the #WebKitWebInspector associated with the
* #WebKitWebView. Every #WebKitWebView object has a
/**
* webkit_web_view_get_window_features:
- * @web_view: a #WebKitWebView
+ * @webView: a #WebKitWebView
*
* Returns the instance of #WebKitWebWindowFeatures held by the given
* #WebKitWebView.
/**
* webkit_web_view_get_title:
- * @web_view: a #WebKitWebView
+ * @webView: a #WebKitWebView
*
* Returns the @web_view's document title
*
/**
* webkit_web_view_get_uri:
- * @web_view: a #WebKitWebView
+ * @webView: a #WebKitWebView
*
* Returns the current URI of the contents displayed by the @web_view
*
/**
* webkit_web_view_set_maintains_back_forward_list:
- * @web_view: a #WebKitWebView
+ * @webView: a #WebKitWebView
* @flag: to tell the view to maintain a back or forward list
*
* Set the view to maintain a back or forward list of history items.
/**
* webkit_web_view_get_back_forward_list:
- * @web_view: a #WebKitWebView
+ * @webView: a #WebKitWebView
*
* Obtains the #WebKitWebBackForwardList associated with the given #WebKitWebView. The
* #WebKitWebBackForwardList is owned by the #WebKitWebView.
/**
* webkit_web_view_go_to_back_forward_item:
- * @web_view: a #WebKitWebView
+ * @webView: a #WebKitWebView
* @item: a #WebKitWebHistoryItem*
*
* Go to the specified #WebKitWebHistoryItem
/**
* webkit_web_view_go_back:
- * @web_view: a #WebKitWebView
+ * @webView: a #WebKitWebView
*
* Loads the previous history item.
*/
/**
* webkit_web_view_go_back_or_forward:
- * @web_view: a #WebKitWebView
+ * @webView: a #WebKitWebView
* @steps: the number of steps
*
* Loads the history item that is the number of @steps away from the current
/**
* webkit_web_view_go_forward:
- * @web_view: a #WebKitWebView
+ * @webView: a #WebKitWebView
*
* Loads the next history item.
*/
/**
* webkit_web_view_can_go_back:
- * @web_view: a #WebKitWebView
+ * @webView: a #WebKitWebView
*
* Determines whether #web_view has a previous history item.
*
/**
* webkit_web_view_can_go_back_or_forward:
- * @web_view: a #WebKitWebView
+ * @webView: a #WebKitWebView
* @steps: the number of steps
*
* Determines whether #web_view has a history item of @steps. Negative values
/**
* webkit_web_view_can_go_forward:
- * @web_view: a #WebKitWebView
+ * @webView: a #WebKitWebView
*
* Determines whether #web_view has a next history item.
*
/**
* webkit_web_view_open:
- * @web_view: a #WebKitWebView
+ * @webView: a #WebKitWebView
* @uri: an URI
*
* Requests loading of the specified URI string.
/**
* webkit_web_view_reload_bypass_cache:
- * @web_view: a #WebKitWebView
+ * @webView: a #WebKitWebView
*
* Reloads the @web_view without using any cached data.
*
/**
* webkit_web_view_load_uri:
- * @web_view: a #WebKitWebView
+ * @webView: a #WebKitWebView
* @uri: an URI string
*
* Requests loading of the specified URI string.
}
/**
-+ * webkit_web_view_load_string:
-+ * @web_view: a #WebKitWebView
-+ * @content: an URI string
-+ * @mime_type: the MIME type, or %NULL
-+ * @encoding: the encoding, or %NULL
-+ * @base_uri: the base URI for relative locations
-+ *
-+ * Requests loading of the given @content with the specified @mime_type,
-+ * @encoding and @base_uri.
-+ *
-+ * If @mime_type is %NULL, "text/html" is assumed.
-+ *
-+ * If @encoding is %NULL, "UTF-8" is assumed.
-+ */
+ * webkit_web_view_load_string:
+ * @webView: a #WebKitWebView
+ * @content: an URI string
+ * @mime_type: the MIME type, or %NULL
+ * @encoding: the encoding, or %NULL
+ * @base_uri: the base URI for relative locations
+ *
+ * Requests loading of the given @content with the specified @mime_type,
+ * @encoding and @base_uri.
+ *
+ * If @mime_type is %NULL, "text/html" is assumed.
+ *
+ * If @encoding is %NULL, "UTF-8" is assumed.
+ */
void webkit_web_view_load_string(WebKitWebView* webView, const gchar* content, const gchar* mimeType, const gchar* encoding, const gchar* baseUri)
{
g_return_if_fail(WEBKIT_IS_WEB_VIEW(webView));
}
/**
* webkit_web_view_load_html_string:
- * @web_view: a #WebKitWebView
+ * @webView: a #WebKitWebView
* @content: an URI string
* @base_uri: the base URI for relative locations
*
/**
* webkit_web_view_load_request:
- * @web_view: a #WebKitWebView
+ * @webView: a #WebKitWebView
* @request: a #WebKitNetworkRequest
*
* Requests loading of the specified asynchronous client request.
/**
* webkit_web_view_search_text:
- * @web_view: a #WebKitWebView
+ * @webView: a #WebKitWebView
* @text: a string to look for
* @forward: whether to find forward or not
* @case_sensitive: whether to respect the case of text
/**
* webkit_web_view_mark_text_matches:
- * @web_view: a #WebKitWebView
+ * @webView: a #WebKitWebView
* @string: a string to look for
* @case_sensitive: whether to respect the case of text
* @limit: the maximum number of strings to look for or 0 for all
/**
* webkit_web_view_set_highlight_text_matches:
- * @web_view: a #WebKitWebView
+ * @webView: a #WebKitWebView
* @highlight: whether to highlight text matches
*
* Highlights text matches previously marked by webkit_web_view_mark_text_matches.
/**
* webkit_web_view_unmark_text_matches:
- * @web_view: a #WebKitWebView
+ * @webView: a #WebKitWebView
*
* Removes highlighting previously set by webkit_web_view_mark_text_matches.
*/
/**
* webkit_web_view_get_focused_frame:
- * @web_view: a #WebKitWebView
+ * @webView: a #WebKitWebView
*
* Returns the frame that has focus or an active text selection.
*
/**
* webkit_web_view_cut_clipboard:
- * @web_view: a #WebKitWebView
+ * @webView: a #WebKitWebView
*
* Determines whether or not it is currently possible to cut to the clipboard.
*
/**
* webkit_web_view_copy_clipboard:
- * @web_view: a #WebKitWebView
+ * @webView: a #WebKitWebView
*
* Determines whether or not it is currently possible to copy to the clipboard.
*
/**
* webkit_web_view_paste_clipboard:
- * @web_view: a #WebKitWebView
+ * @webView: a #WebKitWebView
*
* Determines whether or not it is currently possible to paste from the clipboard.
*
/**
* webkit_web_view_cut_clipboard:
- * @web_view: a #WebKitWebView
+ * @webView: a #WebKitWebView
*
* Cuts the current selection inside the @web_view to the clipboard.
*/
/**
* webkit_web_view_copy_clipboard:
- * @web_view: a #WebKitWebView
+ * @webView: a #WebKitWebView
*
* Copies the current selection inside the @web_view to the clipboard.
*/
/**
* webkit_web_view_paste_clipboard:
- * @web_view: a #WebKitWebView
+ * @webView: a #WebKitWebView
*
* Pastes the current contents of the clipboard to the @web_view.
*/
/**
* webkit_web_view_delete_selection:
- * @web_view: a #WebKitWebView
+ * @webView: a #WebKitWebView
*
* Deletes the current selection inside the @web_view.
*/
/**
* webkit_web_view_has_selection:
- * @web_view: a #WebKitWebView
+ * @webView: a #WebKitWebView
*
* Determines whether text was selected.
*
/**
* webkit_web_view_get_selected_text:
- * @web_view: a #WebKitWebView
+ * @webView: a #WebKitWebView
*
* Retrieves the selected text if any.
*
/**
* webkit_web_view_select_all:
- * @web_view: a #WebKitWebView
+ * @webView: a #WebKitWebView
*
* Attempts to select everything inside the @web_view.
*/
/**
* webkit_web_view_get_editable:
- * @web_view: a #WebKitWebView
+ * @webView: a #WebKitWebView
*
* Returns whether the user is allowed to edit the document.
*
/**
* webkit_web_view_set_editable:
- * @web_view: a #WebKitWebView
+ * @webView: a #WebKitWebView
* @flag: a #gboolean indicating the editable state
*
* Sets whether @web_view allows the user to edit its HTML document.
/**
* webkit_web_view_get_copy_target_list:
- * @web_view: a #WebKitWebView
+ * @webView: a #WebKitWebView
*
* This function returns the list of targets this #WebKitWebView can
* provide for clipboard copying and as DND source. The targets in the list are
/**
* webkit_web_view_get_paste_target_list:
- * @web_view: a #WebKitWebView
+ * @webView: a #WebKitWebView
*
* This function returns the list of targets this #WebKitWebView can
* provide for clipboard pasting and as DND destination. The targets in the list are
/**
* webkit_web_view_can_show_mime_type:
- * @web_view: a #WebKitWebView
+ * @webView: a #WebKitWebView
* @mime_type: a MIME type
*
* This functions returns whether or not a MIME type can be displayed using this view.
/**
* webkit_web_view_get_transparent:
- * @web_view: a #WebKitWebView
+ * @webView: a #WebKitWebView
*
* Returns whether the #WebKitWebView has a transparent background.
*
/**
* webkit_web_view_set_transparent:
- * @web_view: a #WebKitWebView
+ * @webView: a #WebKitWebView
*
* Sets whether the #WebKitWebView has a transparent background.
*
/**
* webkit_web_view_get_zoom_level:
- * @web_view: a #WebKitWebView
+ * @webView: a #WebKitWebView
*
* Returns the zoom level of @web_view, i.e. the factor by which elements in
* the page are scaled with respect to their original size.
/**
* webkit_web_view_set_zoom_level:
- * @web_view: a #WebKitWebView
+ * @webView: a #WebKitWebView
* @zoom_level: the new zoom level
*
* Sets the zoom level of @web_view, i.e. the factor by which elements in
/**
* webkit_web_view_zoom_in:
- * @web_view: a #WebKitWebView
+ * @webView: a #WebKitWebView
*
* Increases the zoom level of @web_view. The current zoom
* level is incremented by the value of the "zoom-step"
/**
* webkit_web_view_zoom_out:
- * @web_view: a #WebKitWebView
+ * @webView: a #WebKitWebView
*
* Decreases the zoom level of @web_view. The current zoom
* level is decremented by the value of the "zoom-step"
/**
* webkit_web_view_get_full_content_zoom:
- * @web_view: a #WebKitWebView
+ * @webView: a #WebKitWebView
*
* Returns whether the zoom level affects only text or all elements.
*
/**
* webkit_web_view_set_full_content_zoom:
- * @web_view: a #WebKitWebView
+ * @webView: a #WebKitWebView
* @full_content_zoom: %FALSE if only text should be scaled (the default),
* %TRUE if the full content of the view should be scaled.
*
/**
* webkit_web_view_get_load_status:
- * @web_view: a #WebKitWebView
+ * @webView: a #WebKitWebView
*
* Determines the current status of the load.
*
/**
* webkit_web_view_get_progress:
- * @web_view: a #WebKitWebView
+ * @webView: a #WebKitWebView
*
* Determines the current progress of the load.
*
/**
* webkit_web_view_get_encoding:
- * @web_view: a #WebKitWebView
+ * @webView: a #WebKitWebView
*
* Returns the default encoding of the #WebKitWebView.
*
/**
* webkit_web_view_set_custom_encoding:
- * @web_view: a #WebKitWebView
+ * @webView: a #WebKitWebView
* @encoding: the new encoding, or %NULL to restore the default encoding
*
* Sets the current #WebKitWebView encoding, without modifying the default one,
/**
* webkit_web_view_get_custom_encoding:
- * @web_view: a #WebKitWebView
+ * @webView: a #WebKitWebView
*
* Returns the current encoding of the #WebKitWebView, not the default-encoding
* of WebKitWebSettings.
/**
* webkit_web_view_set_view_mode:
- * @web_view: the #WebKitWebView that will have its view mode set
+ * @webView: the #WebKitWebView that will have its view mode set
* @mode: the %WebKitWebViewViewMode to be set
*
* Sets the view-mode property of the #WebKitWebView. Check the
/**
* webkit_web_view_get_view_mode:
- * @web_view: the #WebKitWebView to obtain the view mode from
+ * @webView: the #WebKitWebView to obtain the view mode from
*
* Gets the value of the view-mode property of the
* #WebKitWebView. Check the property's documentation for more
/**
* webkit_web_view_move_cursor:
- * @web_view: a #WebKitWebView
+ * @webView: a #WebKitWebView
* @step: a #GtkMovementStep
* @count: integer describing the direction of the movement. 1 for forward, -1 for backwards.
*
/**
* webkit_web_view_can_undo:
- * @web_view: a #WebKitWebView
+ * @webView: a #WebKitWebView
*
* Determines whether or not it is currently possible to undo the last
* editing command in the view.
/**
* webkit_web_view_undo:
- * @web_view: a #WebKitWebView
+ * @webView: a #WebKitWebView
*
* Undoes the last editing command in the view, if possible.
*
/**
* webkit_web_view_can_redo:
- * @web_view: a #WebKitWebView
+ * @webView: a #WebKitWebView
*
* Determines whether or not it is currently possible to redo the last
* editing command in the view.
/**
* webkit_web_view_redo:
- * @web_view: a #WebKitWebView
+ * @webView: a #WebKitWebView
*
* Redoes the last editing command in the view, if possible.
*
/**
* webkit_web_view_set_view_source_mode:
- * @web_view: a #WebKitWebView
+ * @webView: a #WebKitWebView
* @view_source_mode: the mode to turn on or off view source mode
*
* Set whether the view should be in view source mode. Setting this mode to
/**
* webkit_web_view_get_view_source_mode:
- * @web_view: a #WebKitWebView
+ * @webView: a #WebKitWebView
*
* Return value: %TRUE if @web_view is in view source mode, %FALSE otherwise.
*
/**
* webkit_web_view_get_icon_uri:
- * @web_view: the #WebKitWebView object
+ * @webView: the #WebKitWebView object
*
* Obtains the URI for the favicon for the given #WebKitWebView, or
* %NULL if there is none.
* so if you insert your own #SoupCookieJar before any network
* traffic occurs, WebKit will use it instead of the default.
*
- * Return value: the default #SoupSession
+ * Return value: (transfer none): the default #SoupSession
*
* Since: 1.1.1
*/
webkit_web_view_new (void);
WEBKIT_API G_CONST_RETURN gchar *
-webkit_web_view_get_title (WebKitWebView *web_view);
+webkit_web_view_get_title (WebKitWebView *webView);
WEBKIT_API G_CONST_RETURN gchar *
-webkit_web_view_get_uri (WebKitWebView *web_view);
+webkit_web_view_get_uri (WebKitWebView *webView);
WEBKIT_API void
-webkit_web_view_set_maintains_back_forward_list (WebKitWebView *web_view,
+webkit_web_view_set_maintains_back_forward_list (WebKitWebView *webView,
gboolean flag);
WEBKIT_API WebKitWebBackForwardList *
-webkit_web_view_get_back_forward_list (WebKitWebView *web_view);
+webkit_web_view_get_back_forward_list (WebKitWebView *webView);
WEBKIT_API gboolean
-webkit_web_view_go_to_back_forward_item (WebKitWebView *web_view,
+webkit_web_view_go_to_back_forward_item (WebKitWebView *webView,
WebKitWebHistoryItem *item);
WEBKIT_API gboolean
-webkit_web_view_can_go_back (WebKitWebView *web_view);
+webkit_web_view_can_go_back (WebKitWebView *webView);
WEBKIT_API gboolean
-webkit_web_view_can_go_back_or_forward (WebKitWebView *web_view,
+webkit_web_view_can_go_back_or_forward (WebKitWebView *webView,
gint steps);
WEBKIT_API gboolean
-webkit_web_view_can_go_forward (WebKitWebView *web_view);
+webkit_web_view_can_go_forward (WebKitWebView *webView);
WEBKIT_API void
-webkit_web_view_go_back (WebKitWebView *web_view);
+webkit_web_view_go_back (WebKitWebView *webView);
WEBKIT_API void
-webkit_web_view_go_back_or_forward (WebKitWebView *web_view,
+webkit_web_view_go_back_or_forward (WebKitWebView *webView,
gint steps);
WEBKIT_API void
-webkit_web_view_go_forward (WebKitWebView *web_view);
+webkit_web_view_go_forward (WebKitWebView *webView);
WEBKIT_API void
-webkit_web_view_stop_loading (WebKitWebView *web_view);
+webkit_web_view_stop_loading (WebKitWebView *webView);
WEBKIT_API void
-webkit_web_view_open (WebKitWebView *web_view,
+webkit_web_view_open (WebKitWebView *webView,
const gchar *uri);
WEBKIT_API void
-webkit_web_view_reload (WebKitWebView *web_view);
+webkit_web_view_reload (WebKitWebView *webView);
WEBKIT_API void
-webkit_web_view_reload_bypass_cache (WebKitWebView *web_view);
+webkit_web_view_reload_bypass_cache (WebKitWebView *webView);
WEBKIT_API void
-webkit_web_view_load_uri (WebKitWebView *web_view,
+webkit_web_view_load_uri (WebKitWebView *webView,
const gchar *uri);
WEBKIT_API void
-webkit_web_view_load_string (WebKitWebView *web_view,
+webkit_web_view_load_string (WebKitWebView *webView,
const gchar *content,
const gchar *mime_type,
const gchar *encoding,
const gchar *base_uri);
WEBKIT_API void
-webkit_web_view_load_html_string (WebKitWebView *web_view,
+webkit_web_view_load_html_string (WebKitWebView *webView,
const gchar *content,
const gchar *base_uri);
WEBKIT_API void
-webkit_web_view_load_request (WebKitWebView *web_view,
+webkit_web_view_load_request (WebKitWebView *webView,
WebKitNetworkRequest *request);
WEBKIT_API gboolean
-webkit_web_view_search_text (WebKitWebView *web_view,
+webkit_web_view_search_text (WebKitWebView *webView,
const gchar *text,
gboolean case_sensitive,
gboolean forward,
gboolean wrap);
WEBKIT_API guint
-webkit_web_view_mark_text_matches (WebKitWebView *web_view,
+webkit_web_view_mark_text_matches (WebKitWebView *webView,
const gchar *string,
gboolean case_sensitive,
guint limit);
WEBKIT_API void
-webkit_web_view_set_highlight_text_matches (WebKitWebView *web_view,
+webkit_web_view_set_highlight_text_matches (WebKitWebView *webView,
gboolean highlight);
WEBKIT_API void
-webkit_web_view_unmark_text_matches (WebKitWebView *web_view);
+webkit_web_view_unmark_text_matches (WebKitWebView *webView);
WEBKIT_API WebKitWebFrame *
-webkit_web_view_get_main_frame (WebKitWebView *web_view);
+webkit_web_view_get_main_frame (WebKitWebView *webView);
WEBKIT_API WebKitWebFrame *
-webkit_web_view_get_focused_frame (WebKitWebView *web_view);
+webkit_web_view_get_focused_frame (WebKitWebView *webView);
WEBKIT_API void
-webkit_web_view_execute_script (WebKitWebView *web_view,
+webkit_web_view_execute_script (WebKitWebView *webView,
const gchar *script);
WEBKIT_API gboolean
-webkit_web_view_can_cut_clipboard (WebKitWebView *web_view);
+webkit_web_view_can_cut_clipboard (WebKitWebView *webView);
WEBKIT_API gboolean
-webkit_web_view_can_copy_clipboard (WebKitWebView *web_view);
+webkit_web_view_can_copy_clipboard (WebKitWebView *webView);
WEBKIT_API gboolean
-webkit_web_view_can_paste_clipboard (WebKitWebView *web_view);
+webkit_web_view_can_paste_clipboard (WebKitWebView *webView);
WEBKIT_API void
-webkit_web_view_cut_clipboard (WebKitWebView *web_view);
+webkit_web_view_cut_clipboard (WebKitWebView *webView);
WEBKIT_API void
-webkit_web_view_copy_clipboard (WebKitWebView *web_view);
+webkit_web_view_copy_clipboard (WebKitWebView *webView);
WEBKIT_API void
-webkit_web_view_paste_clipboard (WebKitWebView *web_view);
+webkit_web_view_paste_clipboard (WebKitWebView *webView);
WEBKIT_API void
-webkit_web_view_delete_selection (WebKitWebView *web_view);
+webkit_web_view_delete_selection (WebKitWebView *webView);
WEBKIT_API gboolean
-webkit_web_view_has_selection (WebKitWebView *web_view);
+webkit_web_view_has_selection (WebKitWebView *webView);
WEBKIT_API void
-webkit_web_view_select_all (WebKitWebView *web_view);
+webkit_web_view_select_all (WebKitWebView *webView);
WEBKIT_API gboolean
-webkit_web_view_get_editable (WebKitWebView *web_view);
+webkit_web_view_get_editable (WebKitWebView *webView);
WEBKIT_API void
-webkit_web_view_set_editable (WebKitWebView *web_view,
+webkit_web_view_set_editable (WebKitWebView *webView,
gboolean flag);
WEBKIT_API GtkTargetList *
-webkit_web_view_get_copy_target_list (WebKitWebView *web_view);
+webkit_web_view_get_copy_target_list (WebKitWebView *webView);
WEBKIT_API GtkTargetList *
-webkit_web_view_get_paste_target_list (WebKitWebView *web_view);
+webkit_web_view_get_paste_target_list (WebKitWebView *webView);
WEBKIT_API void
-webkit_web_view_set_settings (WebKitWebView *web_view,
+webkit_web_view_set_settings (WebKitWebView *webView,
WebKitWebSettings *settings);
WEBKIT_API WebKitWebSettings *
-webkit_web_view_get_settings (WebKitWebView *web_view);
+webkit_web_view_get_settings (WebKitWebView *webView);
WEBKIT_API WebKitWebInspector *
-webkit_web_view_get_inspector (WebKitWebView *web_view);
+webkit_web_view_get_inspector (WebKitWebView *webView);
WEBKIT_API WebKitWebWindowFeatures*
-webkit_web_view_get_window_features (WebKitWebView *web_view);
+webkit_web_view_get_window_features (WebKitWebView *webView);
WEBKIT_API gboolean
-webkit_web_view_can_show_mime_type (WebKitWebView *web_view,
+webkit_web_view_can_show_mime_type (WebKitWebView *webView,
const gchar *mime_type);
WEBKIT_API gboolean
-webkit_web_view_get_transparent (WebKitWebView *web_view);
+webkit_web_view_get_transparent (WebKitWebView *webView);
WEBKIT_API void
-webkit_web_view_set_transparent (WebKitWebView *web_view,
+webkit_web_view_set_transparent (WebKitWebView *webView,
gboolean flag);
WEBKIT_API gfloat
-webkit_web_view_get_zoom_level (WebKitWebView *web_view);
+webkit_web_view_get_zoom_level (WebKitWebView *webView);
WEBKIT_API void
-webkit_web_view_set_zoom_level (WebKitWebView *web_view,
+webkit_web_view_set_zoom_level (WebKitWebView *webView,
gfloat zoom_level);
WEBKIT_API void
-webkit_web_view_zoom_in (WebKitWebView *web_view);
+webkit_web_view_zoom_in (WebKitWebView *webView);
WEBKIT_API void
-webkit_web_view_zoom_out (WebKitWebView *web_view);
+webkit_web_view_zoom_out (WebKitWebView *webView);
WEBKIT_API gboolean
-webkit_web_view_get_full_content_zoom (WebKitWebView *web_view);
+webkit_web_view_get_full_content_zoom (WebKitWebView *webView);
WEBKIT_API void
-webkit_web_view_set_full_content_zoom (WebKitWebView *web_view,
+webkit_web_view_set_full_content_zoom (WebKitWebView *webView,
gboolean full_content_zoom);
WEBKIT_API SoupSession*
webkit_web_view_get_custom_encoding (WebKitWebView * webView);
WEBKIT_API void
-webkit_web_view_set_view_mode (WebKitWebView *web_view,
+webkit_web_view_set_view_mode (WebKitWebView *webView,
WebKitWebViewViewMode mode);
WEBKIT_API WebKitWebViewViewMode
-webkit_web_view_get_view_mode (WebKitWebView *web_view);
+webkit_web_view_get_view_mode (WebKitWebView *webView);
WEBKIT_API void
webkit_web_view_move_cursor (WebKitWebView * webView,
gint count);
WEBKIT_API WebKitLoadStatus
-webkit_web_view_get_load_status (WebKitWebView *web_view);
+webkit_web_view_get_load_status (WebKitWebView *webView);
WEBKIT_API gdouble
-webkit_web_view_get_progress (WebKitWebView *web_view);
+webkit_web_view_get_progress (WebKitWebView *webView);
WEBKIT_API void
webkit_web_view_undo (WebKitWebView *webView);
webkit_web_view_can_redo (WebKitWebView *webView);
WEBKIT_API void
-webkit_web_view_set_view_source_mode (WebKitWebView *web_view,
+webkit_web_view_set_view_source_mode (WebKitWebView *webView,
gboolean view_source_mode);
WEBKIT_API gboolean
-webkit_web_view_get_view_source_mode (WebKitWebView *web_view);
+webkit_web_view_get_view_source_mode (WebKitWebView *webView);
WEBKIT_API WebKitHitTestResult*
webkit_web_view_get_hit_test_result (WebKitWebView *webView,