Table of Contents

Namespace GdkWayland.Internal

Classes

WaylandDevice
WaylandDeviceClass
WaylandDeviceClassHandle
WaylandDeviceClassOwnedHandle
WaylandDeviceClassUnownedHandle
WaylandDeviceHandle
WaylandDisplay
WaylandDisplayClass
WaylandDisplayClassHandle
WaylandDisplayClassOwnedHandle
WaylandDisplayClassUnownedHandle
WaylandDisplayHandle
WaylandGLContext
WaylandGLContextClass
WaylandGLContextClassHandle
WaylandGLContextClassOwnedHandle
WaylandGLContextClassUnownedHandle
WaylandGLContextHandle
WaylandMonitor
WaylandMonitorClass
WaylandMonitorClassHandle
WaylandMonitorClassOwnedHandle
WaylandMonitorClassUnownedHandle
WaylandMonitorHandle
WaylandPopup
WaylandPopupHandle
WaylandSeat
WaylandSeatClass
WaylandSeatClassHandle
WaylandSeatClassOwnedHandle
WaylandSeatClassUnownedHandle
WaylandSeatHandle
WaylandSurface
WaylandSurfaceHandle
WaylandToplevel
WaylandToplevelExportedAsyncHandler

Async Handler for WaylandToplevelExported. An async annotation indicates the closure will be called precisely once, after which it is then available for garbage collection.

WaylandToplevelExportedCallHandler

Call Handler for WaylandToplevelExported. A call annotation indicates the closure should be valid for the duration of the call. This handler does not implement any special memory management.

WaylandToplevelExportedForeverHandler

Forever Handler for WaylandToplevelExported. An forever annotation indicates the closure will be valid until the process terminates. Therefor the object will never be freed.

WaylandToplevelExportedNotifiedHandler

Notified Handler for WaylandToplevelExported. 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 DestroyNotify in place of a destroy_notify callback parameter.

WaylandToplevelHandle

Structs

WaylandDeviceData
WaylandDisplayData
WaylandGLContextData
WaylandMonitorData
WaylandPopupData
WaylandSeatData
WaylandSurfaceData
WaylandToplevelData

Delegates

WaylandToplevelExported