ValueObject.this

Creates a new #HdyValueObject. This is a convenience method to create a #HdyValueObject that stores a string.

  1. this(HdyValueObject* hdyValueObject, bool ownedRef)
  2. this(Value value)
  3. this(string string_)
    class ValueObject
    this
    (
    string string_
    )

Parameters

string_ string

the string to store

Return Value

a new #HdyValueObject

Throws

ConstructionException GTK+ fails to create the object.

Meta

Since

0.0.8