Function

Gtktarget_table_free

since: 2.10

Declaration [src]

void
gtk_target_table_free (
  GtkTargetEntry* targets,
  gint n_targets
)

Description [src]

This function frees a target table as returned by gtk_target_table_new_from_list()

Available since: 2.10

Parameters

targets

Type: An array of GtkTargetEntry

A GtkTargetEntry array.

The length of the array is specified in the n_targets argument.
The data is owned by the caller of the function.
n_targets

Type: gint

The number of entries in the array.