CoreFoundation: add cfmutabledata
Signed-off-by: Simon Rozman simon@rozman.si
This commit is contained in:
parent
c2c2d0e6c8
commit
5f951247aa
@ -43,6 +43,7 @@ namespace macstd {
|
|||||||
using cfdata = cfobject<CFDataRef>;
|
using cfdata = cfobject<CFDataRef>;
|
||||||
using cfdictionary = cfobject<CFDictionaryRef>;
|
using cfdictionary = cfobject<CFDictionaryRef>;
|
||||||
using cferror = cfobject<CFErrorRef>;
|
using cferror = cfobject<CFErrorRef>;
|
||||||
|
using cfmutabledata = cfobject<CFMutableDataRef>;
|
||||||
using cfreadstream = cfobject<CFReadStreamRef>;
|
using cfreadstream = cfobject<CFReadStreamRef>;
|
||||||
using cfurl = cfobject<CFURLRef>;
|
using cfurl = cfobject<CFURLRef>;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user