Function
Gdkselection_convert
Declaration [src]
void
gdk_selection_convert (
GdkWindow* requestor,
GdkAtom selection,
GdkAtom target,
guint32 time_
)
Parameters
requestor
-
Type:
GdkWindow
A
GdkWindow
.The data is owned by the caller of the function. selection
-
Type:
GdkAtom
An atom identifying the selection to get the contents of.
target
-
Type:
GdkAtom
The form in which to retrieve the selection.
time_
-
Type:
guint32
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.