SelectionData.ownerSet

Claims ownership of a given selection for a particular widget, or, if @widget is %NULL, release ownership of the selection.

class SelectionData
static
bool
ownerSet

Parameters

widget Widget

a #GtkWidget, or %NULL.

selection GdkAtom

an interned atom representing the selection to claim

time uint

timestamp with which to claim the selection

Return Value

Type: bool

%TRUE if the operation succeeded

Meta