Sequence.this

Creates a new GSequence. The data_destroy function, if non-NULL will be called on all items when the sequence is destroyed and on items that are removed from the sequence. Since 2.14

  1. this(GSequence* gSequence)
  2. this(GDestroyNotify dataDestroy)
    class Sequence

Parameters

dataDestroy GDestroyNotify

a GDestroyNotify function, or NULL. [allow-none]

Throws

ConstructionException GTK+ fails to create the object.

Meta