CoreFoundation: add cfurl
Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
parent
0f0666a615
commit
c40391e3bb
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user