Function

Gdkselection_send_notify

Declaration [src]

void
gdk_selection_send_notify (
  GdkWindow* requestor,
  GdkAtom selection,
  GdkAtom target,
  GdkAtom property,
  guint32 time_
)

Description [src]

Sends a response to SelectionRequest event.

Parameters

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.