Method

GtkTargetEntrycopy

Declaration [src]

GtkTargetEntry*
gtk_target_entry_copy (
  GtkTargetEntry* data
)

Description [src]

Makes a copy of a GtkTargetEntry and its data.

Return value

Type: GtkTargetEntry

A pointer to a copy of data. Free with gtk_target_entry_free()

The caller of the method takes ownership of the returned data, and is responsible for freeing it.