Searched refs:QuickLookGeneratorPluginType (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/macosx/QuickLookPlugin/
H A Dmain.c53 } QuickLookGeneratorPluginType; typedef in typeref:struct:__QuickLookGeneratorPluginType
61 QuickLookGeneratorPluginType *AllocQuickLookGeneratorPluginType(CFUUIDRef inFactoryID);
62 void DeallocQuickLookGeneratorPluginType(QuickLookGeneratorPluginType *thisInstance);
92 QuickLookGeneratorPluginType *AllocQuickLookGeneratorPluginType(CFUUIDRef inFactoryID)
94 QuickLookGeneratorPluginType *theNewInstance;
96 theNewInstance = (QuickLookGeneratorPluginType *)malloc(sizeof(QuickLookGeneratorPluginType));
97 memset(theNewInstance,0,sizeof(QuickLookGeneratorPluginType));
120 void DeallocQuickLookGeneratorPluginType(QuickLookGeneratorPluginType *thisInstance)
152 ((QLGeneratorInterfaceStruct *)((QuickLookGeneratorPluginType *)thisInstanc
[all...]

Completed in 41 milliseconds