summaryrefslogtreecommitdiff
path: root/packages/cocoaint/src/webkit/DOMBlob.inc
blob: 65f274e2ce28c4e67f55438369b0a7e4f46df56f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{ Parsed from WebKit.framework DOMBlob.h }


{$ifdef TYPES}
type
  DOMBlobPtr = ^DOMBlob;
{$endif}

{$ifdef CLASSES}

type
  DOMBlob = objcclass external (DOMObject)
  public
    function size: culonglong; message 'size';
  end;
{$endif}