Makes a new #GtkTargetEntry.
String identifier for target
Set of flags, see #GtkTargetFlags
an ID that will be passed back to the application
#GtkTargetFlags for DND
an application-assigned integer ID which will get passed as a parameter to e.g the #GtkWidget::selection-get signal. It allows the application to identify the target type without extensive string compares.
a string representation of the target type
Makes a copy of a #GtkTargetEntry and its data.
Frees a #GtkTargetEntry returned from gtk_target_entry_new() or gtk_target_entry_copy().
Makes a new #GtkTargetEntry.
String identifier for target
Set of flags, see #GtkTargetFlags
an ID that will be passed back to the application
A #GtkTargetEntry represents a single type of data than can be supplied for by a widget for a selection or for supplied or received during drag-and-drop.