Function
Gtkselection_convert
Declaration [src]
gboolean
gtk_selection_convert (
GtkWidget* widget,
GdkAtom selection,
GdkAtom target,
guint32 time_
)
Description [src]
Requests the contents of a selection. When received, a “selection-received” signal will be generated.
Parameters
widget-
Type:
GtkWidgetThe widget which acts as requestor.
The data is owned by the caller of the function. selection-
Type:
GdkAtomWhich selection to get.
target-
Type:
GdkAtomForm of information desired (e.g., STRING).
time_-
Type:
guint32Time of request (usually of triggering event) In emergency, you could use #GDK_CURRENT_TIME.