pkg/macos: CFURL

This commit is contained in:
Mitchell Hashimoto
2022-10-01 11:13:44 -07:00
parent 49c9c21d52
commit 88ae3be9ef
3 changed files with 49 additions and 1 deletions

View File

@@ -83,7 +83,7 @@ pub const FontAttribute = enum {
pub fn Value(self: FontAttribute) type {
return switch (self) {
.url => *anyopaque, // CFUrl
.url => *foundation.URL,
.name => *foundation.String,
.display_name => *foundation.String,
.family_name => *foundation.String,