Relation.this

Warning g_relation_new has been deprecated since version 2.26 and should not be used in newly-written code. Rarely used API Creates a new GRelation with the given number of fields. Note that currently the number of fields must be 2.

  1. this(GRelation* gRelation)
  2. this(int fields)
    class Relation
    this
    (
    int fields
    )

Parameters

fields int

the number of fields.

Throws

ConstructionException GTK+ fails to create the object.

Meta