StringObject.this

Wraps a string in an object for use with GListModel.

  1. this(GtkStringObject* gtkStringObject, bool ownedRef)
  2. this(string string_)
    class StringObject
    this
    (
    string string_
    )

Parameters

string_ string

The string to wrap

Return Value

a new GtkStringObject

Throws

ConstructionException GTK+ fails to create the object.

Meta