Method
WebKit2WebExtensionDOMDOMWindowfind
deprecated: 2.22 since: 2.16
Declaration [src]
gboolean
webkit_dom_dom_window_find (
  WebKitDOMDOMWindow* self,
  const gchar* string,
  gboolean caseSensitive,
  gboolean backwards,
  gboolean wrap,
  gboolean wholeWord,
  gboolean searchInFrames,
  gboolean showDialog
)
      Description
        No description available.
      
      Available since: 2.16
Deprecated since: 2.22
Use JavaScriptCore API instead.
Parameters
string- 
            
Type:
const gchar*A #gchar.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.  caseSensitive- 
            
Type:
gbooleanA #gboolean.
 backwards- 
            
Type:
gbooleanA #gboolean.
 wrap- 
            
Type:
gbooleanA #gboolean.
 wholeWord- 
            
Type:
gbooleanA #gboolean.
 searchInFrames- 
            
Type:
gbooleanA #gboolean.
 showDialog- 
            
Type:
gbooleanA #gboolean.