CoreFoundation: add cfurl

Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
Simon Rozman 2025-06-23 18:49:45 +02:00
parent 0f0666a615
commit c40391e3bb

View File

@ -45,6 +45,7 @@ namespace macstd {
using cferror = cfobject<CFErrorRef>; using cferror = cfobject<CFErrorRef>;
using cfreadstream = cfobject<CFReadStreamRef>; using cfreadstream = cfobject<CFReadStreamRef>;
using cfstring = cfobject<CFStringRef>; using cfstring = cfobject<CFStringRef>;
using cfurl = cfobject<CFURLRef>;
/// ///
/// Core Foundation runtime error /// Core Foundation runtime error