selectionConvert

fnbool selectionConvert(gtk.widget.Widget widget, gdk.atom.Atom selection, gdk.atom.Atom target, uint time)

Requests the contents of a selection. When received, a “selection-received” signal will be generated.

Parameters

widgetThe widget which acts as requestor
selectionWhich selection to get
targetForm of information desired (e.g., STRING)
timeTime of request (usually of triggering event) In emergency, you could use #GDK_CURRENT_TIME

Returns

true if requested succeeded. false if we could not process

request. (e.g., there was already a request in process for this widget).