Enum smithay_client_toolkit::primary_selection::PrimarySelectionDeviceManager [−][src]
pub enum PrimarySelectionDeviceManager {
Zwp(Attached<ZwpPrimarySelectionDeviceManagerV1>),
Gtk(Attached<GtkPrimarySelectionDeviceManager>),
}
Expand description
Possible supported primary selection protocols
Variants
Zwp(Attached<ZwpPrimarySelectionDeviceManagerV1>)
Tuple Fields
The current standard primary_selection
protocol.
Gtk(Attached<GtkPrimarySelectionDeviceManager>)
Tuple Fields
The old gtk_primary_selection
protocol, which is still used by GTK.