Function

Gdkselection_send_notify_for_display

since: 2.2

Declaration [src]

void
gdk_selection_send_notify_for_display (
  GdkDisplay* display,
  GdkWindow* requestor,
  GdkAtom selection,
  GdkAtom target,
  GdkAtom property,
  guint32 time_
)

Description [src]

Send a response to SelectionRequest event.

Available since: 2.2

Parameters

display

Type: GdkDisplay

The GdkDisplay where requestor is realized.

The data is owned by the caller of the function.
requestor

Type: GdkWindow

Window to which to deliver response.

The data is owned by the caller of the function.
selection

Type: GdkAtom

Selection that was requested.

target

Type: GdkAtom

Target that was selected.

property

Type: GdkAtom

Property in which the selection owner stored the data, or GDK_NONE to indicate that the request was rejected.

time_

Type: guint32

Timestamp.