public class RelationSet : Object {
public weak GLib.PtrArray relations ;
public RelationSet ( ) ;
public void add ( Relation relation ) ;
public void add_relation_by_type ( RelationType relationship,
Object target ) ;
public bool contains ( RelationType relationship ) ;
public int get_n_relations ( ) ;
public weak Relation get_relation ( int i ) ;
public weak Relation get_relation_by_type ( RelationType relationship ) ;
public void remove ( Relation relation ) ;
}

public RelationSet ( ) ;
public weak GLib.PtrArray relations ;
public void add ( Relation relation ) ;
public void add_relation_by_type ( RelationType relationship,
Object target ) ;
public bool contains ( RelationType relationship ) ;
public int get_n_relations ( ) ;
public weak Relation get_relation ( int i ) ;
public weak Relation get_relation_by_type ( RelationType relationship ) ;
public void remove ( Relation relation ) ;
Created by Valadoc