Skip to content

Commit

Permalink
Add missing availability attribute.
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfbjarne committed Jan 24, 2023
1 parent 80bc3eb commit 7936a5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/coreanimation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2079,6 +2079,7 @@ interface CAEdrMetadata {
[Export ("HLGMetadata", ArgumentSemantic.Retain)]
CAEdrMetadata HlgMetadata { get; }

[Mac (13, 0)]
[Static]
[Export ("available")]
bool Available { [Bind ("isAvailable")] get; }
Expand Down

0 comments on commit 7936a5f

Please sign in to comment.