blob: 6f4cc02ee867edda856fbfc1f61430a00b6080c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
{ Parsed from Quartzcore.framework CIPlugInInterface.h }
{$ifdef TYPES}
{$ifndef CIPLUGININTERFACE_PAS_T}
{$define CIPLUGININTERFACE_PAS_T}
{$endif}
{$endif}
{$ifdef RECORDS}
{$ifndef CIPLUGININTERFACE_PAS_R}
{$define CIPLUGININTERFACE_PAS_R}
{$endif}
{$endif}
{$ifdef FUNCTIONS}
{$ifndef CIPLUGININTERFACE_PAS_F}
{$define CIPLUGININTERFACE_PAS_F}
{$endif}
{$endif}
{$ifdef EXTERNAL_SYMBOLS}
{$ifndef CIPLUGININTERFACE_PAS_S}
{$define CIPLUGININTERFACE_PAS_S}
{$endif}
{$endif}
{$ifdef FORWARD}
CIPlugInRegistrationProtocol = objcprotocol;
{$endif}
{$ifdef PROTOCOLS}
{$ifndef CIPLUGININTERFACE_PAS_P}
{$define CIPLUGININTERFACE_PAS_P}
{ CIPlugInRegistration Protocol }
CIPlugInRegistrationProtocol = objcprotocol external name 'CIPlugInRegistration'
function load(host: Pointer): Boolean; message 'load:';
end;
{$endif}
{$endif}
|