selectionSendNotify
fn
void selectionSendNotify(gdk.window.Window requestor, gdk.atom.Atom selection, gdk.atom.Atom target, gdk.atom.Atom property, uint time)Sends a response to SelectionRequest event.
Parameters
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. |