-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
179 changed files
with
261 additions
and
220 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,21 @@ | ||
(* auto-generated, do not modify *) | ||
|
||
[@@@ocaml.warning "-33"] | ||
open Runtime | ||
open Objc | ||
|
||
[@@@ocaml.warning "-33"] | ||
open CoreFoundation | ||
open CoreGraphics | ||
|
||
(** Apple docs: {{:https://developer.apple.com/documentation/coreanimation/cadisplaylink?language=objc}CADisplayLink} *) | ||
|
||
let dispatchDeferredDisplayLink x self = msg_send ~self ~cmd:(selector "dispatchDeferredDisplayLink:") ~typ:(ullong @-> returning void) (ULLong.of_int x) | ||
let dispatchDeferredDisplayLinks self = msg_send ~self ~cmd:(selector "dispatchDeferredDisplayLinks") ~typ:(returning void) | ||
let dispatchDeferredDisplayLinksWithDisplayId x self = msg_send ~self ~cmd:(selector "dispatchDeferredDisplayLinksWithDisplayId:") ~typ:(uint @-> returning void) x | ||
let displayLinkWithDisplay x ~target ~selector_ self = msg_send ~self ~cmd:(selector "displayLinkWithDisplay:target:selector:") ~typ:(id @-> id @-> _SEL @-> returning id) x target selector_ | ||
let displayLinkWithTarget x ~selector_ self = msg_send ~self ~cmd:(selector "displayLinkWithTarget:selector:") ~typ:(id @-> _SEL @-> returning id) x selector_ | ||
let expectedWakeupBeforeCommitDeadline x self = msg_send ~self ~cmd:(selector "expectedWakeupBeforeCommitDeadline:") ~typ:(double @-> returning double) x | ||
let notifyDisplayChange x self = msg_send ~self ~cmd:(selector "notifyDisplayChange:") ~typ:(ullong @-> returning void) (ULLong.of_int x) | ||
let setWillFireHandler x self = msg_send ~self ~cmd:(selector "setWillFireHandler:") ~typ:((ptr void) @-> returning void) x | ||
let supportsExpectedWakeupBeforeCommitDeadline self = msg_send ~self ~cmd:(selector "supportsExpectedWakeupBeforeCommitDeadline") ~typ:(returning bool) | ||
let willFireInfoVersion self = msg_send ~self ~cmd:(selector "willFireInfoVersion") ~typ:(returning llong) | ||
let willFireInfoVersion self = msg_send ~self ~cmd:(selector "willFireInfoVersion") ~typ:(returning llong) |> LLong.to_int |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,24 @@ | ||
(* auto-generated, do not modify *) | ||
|
||
[@@@ocaml.warning "-33"] | ||
open Runtime | ||
open Objc | ||
|
||
[@@@ocaml.warning "-33"] | ||
open CoreFoundation | ||
open CoreGraphics | ||
|
||
(** Apple docs: {{:https://developer.apple.com/documentation/coreanimation/caedrmetadata?language=objc}CAEDRMetadata} *) | ||
|
||
let self = get_class "CAEDRMetadata" | ||
|
||
let copyWithZone x self = msg_send ~self ~cmd:(selector "copyWithZone:") ~typ:((ptr void) @-> returning id) x | ||
let dealloc self = msg_send ~self ~cmd:(selector "dealloc") ~typ:(returning void) | ||
let description self = msg_send ~self ~cmd:(selector "description") ~typ:(returning id) | ||
let encodeWithCoder x self = msg_send ~self ~cmd:(selector "encodeWithCoder:") ~typ:(id @-> returning void) x | ||
let initWithBT2100HLG self = msg_send ~self ~cmd:(selector "initWithBT2100HLG") ~typ:(returning id) | ||
let initWithCoder x self = msg_send ~self ~cmd:(selector "initWithCoder:") ~typ:(id @-> returning id) x | ||
let initWithMasteringDisplayMinNits x ~maxNits ~opticalOutputScale self = msg_send ~self ~cmd:(selector "initWithMasteringDisplayMinNits:maxNits:opticalOutputScale:") ~typ:(float @-> float @-> float @-> returning id) x maxNits opticalOutputScale | ||
let initWithSEIAmbientViewingEnvironment x self = msg_send ~self ~cmd:(selector "initWithSEIAmbientViewingEnvironment:") ~typ:(id @-> returning id) x | ||
let initWithSEIMasteringDisplayData x ~contentLightLevelData self = msg_send ~self ~cmd:(selector "initWithSEIMasteringDisplayData:contentLightLevelData:") ~typ:(id @-> id @-> returning id) x contentLightLevelData | ||
let initWithSEIMasteringDisplayData' x ~contentLightLevelData ~opticalOutputScale self = msg_send ~self ~cmd:(selector "initWithSEIMasteringDisplayData:contentLightLevelData:opticalOutputScale:") ~typ:(id @-> id @-> float @-> returning id) x contentLightLevelData opticalOutputScale | ||
let initWithSEIMasteringDisplayData' x ~contentLightLevelData ~opticalOutputScale self = msg_send ~self ~cmd:(selector "initWithSEIMasteringDisplayData:contentLightLevelData:opticalOutputScale:") ~typ:(id @-> id @-> float @-> returning id) x contentLightLevelData opticalOutputScale | ||
let isEqual x self = msg_send ~self ~cmd:(selector "isEqual:") ~typ:(id @-> returning bool) x |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.