CoreFoundation: add cfmutabledata

Signed-off-by: Simon Rozman simon@rozman.si
This commit is contained in:
Simon Rozman 2025-07-02 16:16:26 +02:00
parent c2c2d0e6c8
commit 5f951247aa

View File

@ -43,6 +43,7 @@ namespace macstd {
using cfdata = cfobject<CFDataRef>;
using cfdictionary = cfobject<CFDictionaryRef>;
using cferror = cfobject<CFErrorRef>;
using cfmutabledata = cfobject<CFMutableDataRef>;
using cfreadstream = cfobject<CFReadStreamRef>;
using cfurl = cfobject<CFURLRef>;