Method

GtkTargetListadd_table

Declaration [src]

void
gtk_target_list_add_table (
  GtkTargetList* list,
  const GtkTargetEntry* targets,
  guint ntargets
)

Description [src]

Prepends a table of GtkTargetEntry to a target list.

Parameters

targets

Type: An array of GtkTargetEntry

The table of GtkTargetEntry.

The length of the array is specified in the ntargets argument.
The data is owned by the caller of the method.
ntargets

Type: guint

Number of targets in the table.