|
Mac OS 9
|
xxx put contents here xxx More...
Go to the source code of this file.
Data Structures | |
| struct | CGDataConsumerCallbacks |
Typedefs | |
| typedef struct CGDataConsumer * | CGDataConsumerRef |
| typedef const void * | buffer |
| typedef const void size_t | count |
| typedef struct CGDataConsumerCallbacks | CGDataConsumerCallbacks |
Functions | |
| typedef | CALLBACK_API_C (size_t, CGPutBytesProcPtr)(void *info |
| typedef | CALLBACK_API_C (void, CGReleaseConsumerProcPtr)(void *info) |
| CGDataConsumerRef | CGDataConsumerCreate (void *info, const CGDataConsumerCallbacks *callbacks) |
| CGDataConsumerRef | CGDataConsumerCreateWithURL (CFURLRef url) |
| CGDataConsumerRef | CGDataConsumerRetain (CGDataConsumerRef consumer) |
| void | CGDataConsumerRelease (CGDataConsumerRef consumer) |
xxx put contents here xxx
For bug reports, consult the following page on the World Wide Web:
http://developer.apple.com/bugreporter/
| CGDataConsumerRef CGDataConsumerCreate | ( | void * | info, |
| const CGDataConsumerCallbacks * | callbacks | ||
| ) |
| CGDataConsumerRef CGDataConsumerCreateWithURL | ( | CFURLRef | url | ) |
| void CGDataConsumerRelease | ( | CGDataConsumerRef | consumer | ) |
| CGDataConsumerRef CGDataConsumerRetain | ( | CGDataConsumerRef | consumer | ) |