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.

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

Parameters

dataDestroy GDestroyNotify

a GDestroyNotify function, or NULL

Return Value

Throws

ConstructionException GTK+ fails to create the object.

Meta

Since

2.14