MCPcopy
hub / github.com/mmulet/term.everything / OnBindable

Interface OnBindable

wayland/protocols/structs.go:7–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5type AnyObjectID = ObjectID[any]
6
7type OnBindable interface {
8 OnBind(s ClientState, name AnyObjectID, interface_ string, new_id AnyObjectID, version_number uint32)
9}
10
11type HasBindable interface {
12 GetBindable() OnBindable

Callers 1

WlRegistry_bindMethod · 0.65

Implementers 15

XwaylandSurfaceV1wayland/xwayland_surface_v1.go
WlTouchDelegatewayland/wl_tough.go
XdgPopupwayland/xdg_popup.go
XdgWmBasewayland/xdg_wm_base.go
WlKeyboardwayland/wl_keyboard.go
WlSubcompositorwayland/wl_subcompositor.go
ZwpXwaylandKeyboardGrabV1wayland/zwp_xwayland_keyboard_grab_v1.
ZxdgDecorationManagerV1wayland/zxdg_decoration_manager_v1.go
WlRegistryDelegateImplwayland/wl_registry.go
WlShmwayland/wl_shm.go
WlDataDeviceManagerImplwayland/wl_data_device_manager.go
WlSurfacewayland/wl_surface.go

Calls

no outgoing calls

Tested by

no test coverage detected