Top |
WebKitDOMBlob * webkit_dom_blob_slice (WebKitDOMBlob *self
,gint64 start
,gint64 end
,const gchar *contentType
);
WebKitDOMBlob * webkit_dom_blob_webkit_slice (WebKitDOMBlob *self
,gint64 start
,gint64 end
,const gchar *content_type
);
webkit_dom_blob_webkit_slice
is deprecated and should not be used in newly-written code.