Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in core-foundation

How to use CFMutableDictionaryRef with ARC

assign properties, ARC and Core Foundation objects

CF_RETURNS_RETAINED or CF_RETURNS_NOT_RETAINED: which to use when?

How can I send a userInfo dict using CFNotificationCenterGetDarwinNotifyCenter()

What to do when "memory leaks" are caused by the Foundation framework?

Creating Core Foundation classes

Casting an NSError return to a CFErrorRef return

How to kill all the threads which they are not the main thread?

Toll-free bridging of CFError to NSError not working in Swift 3

NSDate as keys for NSDictionary

CFMutableArray grows beyond its capacity

Issue with CFArrayRef and NSArray when drawing gradient using ARC

UnsafeMutablePointer<CFTypeRef> in Swift 3

NSUrlRequest: where an app can find the default headers for HTTP request?

Why doesn't this simple CoreMIDI program produce MIDI output?

Releasing Core Foundation object references

Why would CFRelease(NULL) crash?

How to convert CFArray to Swift Array?