summaryrefslogtreecommitdiff
path: root/packages/cocoaint/src/coreimage/CIPlugInInterface.inc
blob: 4b88f074d1be5bf86b6d47468f558ba3b844955e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{ Parsed from CoreImage.framework CIPlugInInterface.h }


{$ifdef TYPES}
type
  CIPlugInRegistrationProtocolPtr = ^CIPlugInRegistrationProtocol;
{$endif}

{$ifdef PROTOCOLS}

type
  CIPlugInRegistrationProtocol = objcprotocol external name 'CIPlugInRegistration'
    function load (host: pointer): ObjCBOOL; message 'load:';
  end;
{$endif}