Interface

Gdk-4.0GdkClipboardConstructorProps

interface ConstructorProps {
    content: Gdk.ContentProvider | null;
    display: Gdk.Display;
    formats: ContentFormats;
    local: boolean;
}

Hierarchy (View Summary)

Index

Properties

content: Gdk.ContentProvider | null
display: Gdk.Display
local: boolean