std::stringwayland::server::resource_t::get_class()[inherited]
Retrieve the interface name (class) of a resource object.
Returns
Interface name of the resource object.
client_twayland::server::resource_t::get_client()const[inherited]
Get the associated client
Returns
the client that owns the resource.
uint32_twayland::server::resource_t::get_id()const[inherited]
Get the internal ID of the resource
Returns
the internal ID of the resource
unsignedintwayland::server::resource_t::get_version()const[inherited]
Get interface version
Returns
Interface version this resource has been constructed with.
std::function<void()>&zwp_linux_explicit_synchronization_v1_t::on_destroy()
destroy explicit synchronization factory object Destroy this explicit synchronization factory object.
Other objects, including zwp_linux_surface_synchronization_v1 objects created by this factory, shall not
be affected by this request.
Definition at line 5198 of file wayland-server-protocol-unstable.cpp.
std::function<void(zwp_linux_surface_synchronization_v1_t,surface_t)>&zwp_linux_explicit_synchronization_v1_t::on_get_synchronization()
extend surface interface for explicit synchronization
Parametersid the new synchronization interface id
surface the surface
Instantiate an interface extension for the given wl_surface to provide explicit synchronization.
If the given wl_surface already has an explicit synchronization object associated, the
synchronization_exists protocol error is raised.
Graphics APIs, like EGL or Vulkan, that manage the buffer queue and commits of a wl_surface themselves,
are likely to be using this extension internally. If a client is using such an API for a wl_surface, it
should not directly use this extension on that surface, to avoid raising a synchronization_exists
protocol error.
Definition at line 5204 of file wayland-server-protocol-unstable.cpp.
voidwayland::server::resource_t::post_no_memory()const[inherited]
Post 'not enough memory' error to the client
If the compositor has not enough memory to fulfill a certail request of the client, this function can be
called to notify the client of this circumstance.
voidzwp_linux_explicit_synchronization_v1_t::post_synchronization_exists(std::stringconst&msg)
Post error: the surface already has a synchronization object associated.
Definition at line 5210 of file wayland-server-protocol-unstable.cpp.
boolwayland::server::resource_t::proxy_has_object()const[inherited]
Check whether this wrapper actually wraps an object.
Returns
true if there is an underlying object, false if this wrapper is empty