wayland::server::zwp_primary_selection_source_v1_t(3) | Wayland++ | wayland::server::zwp_primary_selection_source_v1_t(3) |
wayland::server::zwp_primary_selection_source_v1_t - offer to replace the contents of the primary selection
#include <wayland-server-protocol-unstable.hpp>
Inherits wayland::server::resource_t.
std::function< void(std::string)> & on_offer ()
add an offered mime type std::function< void()> & on_destroy
()
destroy the primary selection source void send (std::string const
&mime_type, int fd, bool post=true)
send the primary selection contents void cancelled (bool post=true)
request for primary selection contents was canceled bool
proxy_has_object () const
Check whether this wrapper actually wraps an object. void
post_no_memory () const
uint32_t get_id () const
client_t get_client () const
unsigned int get_version () const
std::string get_class ()
static constexpr std::uint32_t send_since_version = 1
Minimum protocol version required for the send function. static
constexpr std::uint32_t cancelled_since_version = 1
Minimum protocol version required for the cancelled function.
offer to replace the contents of the primary selection
The source side of a wp_primary_selection_offer, it provides a way to describe the offered data and respond to requests to transfer the requested contents of the primary selection clipboard.
Definition at line 3756 of file wayland-server-protocol-unstable.hpp.
request for primary selection contents was canceled This primary selection source is no longer valid. The client should clean up and destroy this primary selection source.
Definition at line 5957 of file wayland-server-protocol-unstable.cpp.
Retrieve the interface name (class) of a resource object.
Returns
Get the associated client
Returns
Get the internal ID of the resource
Returns
Get interface version
Returns
destroy the primary selection source Destroy the primary selection source.
Definition at line 5946 of file wayland-server-protocol-unstable.cpp.
add an offered mime type
Parameters
This request adds a mime type to the set of mime types advertised to targets. Can be called several times to offer multiple types.
Definition at line 5940 of file wayland-server-protocol-unstable.cpp.
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.
Check whether this wrapper actually wraps an object.
Returns
send the primary selection contents
Parameters
Request for the current primary selection contents from the client. Send the specified mime type over the passed file descriptor, then close it.
Definition at line 5952 of file wayland-server-protocol-unstable.cpp.
Minimum protocol version required for the cancelled function.
Definition at line 3824 of file wayland-server-protocol-unstable.hpp.
Minimum protocol version required for the send function.
Definition at line 3812 of file wayland-server-protocol-unstable.hpp.
Generated automatically by Doxygen for Wayland++ from the source code.
Mon Apr 22 2024 09:52:15 | Version 1.0.0 |