selectionConvert
fn
void selectionConvert(gdk.window.Window requestor, gdk.atom.Atom selection, gdk.atom.Atom target, uint time)Retrieves the contents of a selection in a given form.
Parameters
requestor | a #GdkWindow. |
selection | an atom identifying the selection to get the contents of. |
target | the form in which to retrieve the selection. |
time | the timestamp to use when retrieving the selection. The selection owner may refuse the request if it did not own the selection at the time indicated by the timestamp. |