Namespace Gsk.Internal
Classes
- ParseErrorFuncAsyncHandler
Async Handler for ParseErrorFunc. An async annotation indicates the closure will be called precisely once, after which it is then available for garbage collection.
- ParseErrorFuncCallHandler
Call Handler for ParseErrorFunc. A call annotation indicates the closure should be valid for the duration of the call. This handler does not implement any special memory management.
- ParseErrorFuncForeverHandler
Forever Handler for ParseErrorFunc. An forever annotation indicates the closure will be valid until the process terminates. Therefor the object will never be freed.
- ParseErrorFuncNotifiedHandler
Notified Handler for ParseErrorFunc. A notified annotation indicates the closure should be kept alive until it is manually removed by the user. This removal is indicated by a destroy_notify event, emitted by the relevant library. Pass
DestroyNotifyin place of a destroy_notify callback parameter.
- PathForeachFuncAsyncHandler
Async Handler for PathForeachFunc. An async annotation indicates the closure will be called precisely once, after which it is then available for garbage collection.
- PathForeachFuncCallHandler
Call Handler for PathForeachFunc. A call annotation indicates the closure should be valid for the duration of the call. This handler does not implement any special memory management.
- PathForeachFuncForeverHandler
Forever Handler for PathForeachFunc. An forever annotation indicates the closure will be valid until the process terminates. Therefor the object will never be freed.
- PathForeachFuncNotifiedHandler
Notified Handler for PathForeachFunc. A notified annotation indicates the closure should be kept alive until it is manually removed by the user. This removal is indicated by a destroy_notify event, emitted by the relevant library. Pass
DestroyNotifyin place of a destroy_notify callback parameter.
- PathIntersectionFuncAsyncHandler
Async Handler for PathIntersectionFunc. An async annotation indicates the closure will be called precisely once, after which it is then available for garbage collection.
- PathIntersectionFuncCallHandler
Call Handler for PathIntersectionFunc. A call annotation indicates the closure should be valid for the duration of the call. This handler does not implement any special memory management.
- PathIntersectionFuncForeverHandler
Forever Handler for PathIntersectionFunc. An forever annotation indicates the closure will be valid until the process terminates. Therefor the object will never be freed.
- PathIntersectionFuncNotifiedHandler
Notified Handler for PathIntersectionFunc. A notified annotation indicates the closure should be kept alive until it is manually removed by the user. This removal is indicated by a destroy_notify event, emitted by the relevant library. Pass
DestroyNotifyin place of a destroy_notify callback parameter.
- RenderReplayFontFilterAsyncHandler
Async Handler for RenderReplayFontFilter. An async annotation indicates the closure will be called precisely once, after which it is then available for garbage collection.
- RenderReplayFontFilterCallHandler
Call Handler for RenderReplayFontFilter. A call annotation indicates the closure should be valid for the duration of the call. This handler does not implement any special memory management.
- RenderReplayFontFilterForeverHandler
Forever Handler for RenderReplayFontFilter. An forever annotation indicates the closure will be valid until the process terminates. Therefor the object will never be freed.
- RenderReplayFontFilterNotifiedHandler
Notified Handler for RenderReplayFontFilter. A notified annotation indicates the closure should be kept alive until it is manually removed by the user. This removal is indicated by a destroy_notify event, emitted by the relevant library. Pass
DestroyNotifyin place of a destroy_notify callback parameter.
- RenderReplayTextureFilterAsyncHandler
Async Handler for RenderReplayTextureFilter. An async annotation indicates the closure will be called precisely once, after which it is then available for garbage collection.
- RenderReplayTextureFilterCallHandler
Call Handler for RenderReplayTextureFilter. A call annotation indicates the closure should be valid for the duration of the call. This handler does not implement any special memory management.
- RenderReplayTextureFilterForeverHandler
Forever Handler for RenderReplayTextureFilter. An forever annotation indicates the closure will be valid until the process terminates. Therefor the object will never be freed.
- RenderReplayTextureFilterNotifiedHandler
Notified Handler for RenderReplayTextureFilter. A notified annotation indicates the closure should be kept alive until it is manually removed by the user. This removal is indicated by a destroy_notify event, emitted by the relevant library. Pass
DestroyNotifyin place of a destroy_notify callback parameter.