Method

GtkSelectionDatacopy

Declaration [src]

GtkSelectionData*
gtk_selection_data_copy (
  const GtkSelectionData* data
)

Description [src]

Makes a copy of a GtkSelectionData-struct and its data.

Return value

Type: GtkSelectionData

A pointer to a copy of data.

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