selectionSendNotifyForDisplay
fn
void selectionSendNotifyForDisplay(gdk.display.Display display, gdk.window.Window requestor, gdk.atom.Atom selection, gdk.atom.Atom target, gdk.atom.Atom property, uint time)Send a response to SelectionRequest event.
Parameters
display | the #GdkDisplay where requestor is realized |
requestor | window to which to deliver response |
selection | selection that was requested |
target | target that was selected |
property | property in which the selection owner stored the data, or GDK_NONE to indicate that the request was rejected |
time | timestamp |