WebKitDOMBlob

WebKitDOMBlob

Synopsis

                    WebKitDOMBlob;
WebKitDOMBlob *     webkit_dom_blob_slice               (WebKitDOMBlob *self,
                                                         gint64 start,
                                                         gint64 end,
                                                         const gchar *contentType);
guint64             webkit_dom_blob_get_size            (WebKitDOMBlob *self);

Object Hierarchy

  GObject
   +----WebKitDOMObject
         +----WebKitDOMBlob
               +----WebKitDOMFile

Properties

  "size"                     guint64               : Read
  "type"                     gchar*                : Read

Description

Details

WebKitDOMBlob

typedef struct _WebKitDOMBlob WebKitDOMBlob;


webkit_dom_blob_slice ()

WebKitDOMBlob *     webkit_dom_blob_slice               (WebKitDOMBlob *self,
                                                         gint64 start,
                                                         gint64 end,
                                                         const gchar *contentType);

self :

A WebKitDOMBlob

start :

A gint64

end :

A gint64

contentType :

A gchar

Returns :

. [transfer none]

webkit_dom_blob_get_size ()

guint64             webkit_dom_blob_get_size            (WebKitDOMBlob *self);

self :

A WebKitDOMBlob

Property Details

The "size" property

  "size"                     guint64               : Read

read-only guint64 Blob:size.

Default value: 0


The "type" property

  "type"                     gchar*                : Read

read-only gchar* Blob:type.

Default value: ""