Class

WebKit2WebExtensionDOMFile

unstable since: 4.1

Description

class WebKit2WebExtension.DOMFile : WebKit2WebExtension.DOMBlob
{
  /* No available fields */
}
No description available.

Available since: 4.1

Hierarchy

hierarchy this WebKitDOMFile ancestor_0 WebKitDOMBlob ancestor_0--this ancestor_1 WebKitDOMObject ancestor_1--ancestor_0 ancestor_2 GObject ancestor_2--ancestor_1

Instance methods

webkit_dom_file_get_name
No description available.

unstable deprecated: 2.22 since: 4.1

Methods inherited from WebKitDOMBlob (1)
webkit_dom_blob_get_size
No description available.

unstable deprecated: 2.22 since: 4.1

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

WebKit2WebExtension.DOMFile:name
No description available.

unstable since: 4.1

Properties inherited from WebKitDOMBlob (1)
WebKit2WebExtension.DOMBlob:size
No description available.

unstable since: 4.1

Properties inherited from WebKitDOMObject (1)
WebKit2WebExtension.DOMObject:core-object
No description available.

unstable since: 4.1

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

since: 2.0

Class structure

struct WebKit2WebExtensionDOMFileClass {
  WebKitDOMBlobClass parent_class;
  
}
No description available.
Class members
parent_class: WebKitDOMBlobClass
No description available.