Namespace Gdk.Internal
Classes
- ContentDeserializeFuncAsyncHandler
 Async Handler for ContentDeserializeFunc. An async annotation indicates the closure will be called precisely once, after which it is then available for garbage collection.
- ContentDeserializeFuncCallHandler
 Call Handler for ContentDeserializeFunc. A call annotation indicates the closure should be valid for the duration of the call. This handler does not implement any special memory management.
- ContentDeserializeFuncForeverHandler
 Forever Handler for ContentDeserializeFunc. An forever annotation indicates the closure will be valid until the process terminates. Therefor the object will never be freed.
- ContentDeserializeFuncNotifiedHandler
 Notified Handler for ContentDeserializeFunc. 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.
- ContentSerializeFuncAsyncHandler
 Async Handler for ContentSerializeFunc. An async annotation indicates the closure will be called precisely once, after which it is then available for garbage collection.
- ContentSerializeFuncCallHandler
 Call Handler for ContentSerializeFunc. A call annotation indicates the closure should be valid for the duration of the call. This handler does not implement any special memory management.
- ContentSerializeFuncForeverHandler
 Forever Handler for ContentSerializeFunc. An forever annotation indicates the closure will be valid until the process terminates. Therefor the object will never be freed.
- ContentSerializeFuncNotifiedHandler
 Notified Handler for ContentSerializeFunc. 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.
- CursorGetTextureCallbackAsyncHandler
 Async Handler for CursorGetTextureCallback. An async annotation indicates the closure will be called precisely once, after which it is then available for garbage collection.
- CursorGetTextureCallbackCallHandler
 Call Handler for CursorGetTextureCallback. A call annotation indicates the closure should be valid for the duration of the call. This handler does not implement any special memory management.
- CursorGetTextureCallbackForeverHandler
 Forever Handler for CursorGetTextureCallback. An forever annotation indicates the closure will be valid until the process terminates. Therefor the object will never be freed.
- CursorGetTextureCallbackNotifiedHandler
 Notified Handler for CursorGetTextureCallback. 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.