Trie.this

Creates a new #DzlTrie. When a value is removed from the trie, @value_destroy will be called to allow you to release any resources.

  1. this(DzlTrie* dzlTrie, bool ownedRef = false)
  2. this(GDestroyNotify valueDestroy)
    class Trie
    this
    (
    GDestroyNotify valueDestroy
    )

Parameters

valueDestroy
Type: GDestroyNotify

A #GDestroyNotify, or %NULL.

Return Value

A newly allocated #DzlTrie that should be freed with dzl_trie_unref().

Throws

ConstructionException GTK+ fails to create the object.

Meta