TargetList.this

Creates a new #GtkTargetList from an array of #GtkTargetEntry.

  1. this(GtkTargetList* gtkTargetList, bool ownedRef)
  2. this(TargetEntry[] targets)
    class TargetList

Parameters

targets TargetEntry[]

Pointer to an array of #GtkTargetEntry

Return Value

the new #GtkTargetList.

Throws

ConstructionException GTK+ fails to create the object.

Meta