public class Relation : Object {
public RelationType relationship ;
public weak RelationType relation_type { get; set; } ;
public weak GLib.ValueArray target { get; set; } ;
public Relation ( Object[] targets,
RelationType relationship ) ;
public void add_target ( Object target ) ;
public RelationType get_relation_type ( ) ;
public weak GLib.PtrArray get_target ( ) ;
public static RelationType type_for_name ( string name ) ;
public static weak string type_get_name ( RelationType type ) ;
public static RelationType type_register ( string name ) ;
}

public Relation ( Object[] targets,
RelationType relationship ) ;
public RelationType relationship ;
public weak RelationType relation_type { get; set; } ;
public weak GLib.ValueArray target { get; set; } ;
public void add_target ( Object target ) ;
public RelationType get_relation_type ( ) ;
public weak GLib.PtrArray get_target ( ) ;
public static RelationType type_for_name ( string name ) ;
public static weak string type_get_name ( RelationType type ) ;
public static RelationType type_register ( string name ) ;
Created by Valadoc