public class Iface : Object {
public weak bool active { get; set; } ;
public weak bool auto { get; set; } ;
public weak bool configured { get; set; } ;
public weak string device { get; construct } ;
public signal void state_changed ( ) ;
public bool get_active ( ) ;
public bool get_auto ( ) ;
public bool get_configured ( ) ;
public weak string get_device_name ( ) ;
public void set_active ( bool is_active ) ;
public void set_auto ( bool is_auto ) ;
public void set_configured ( bool is_configured ) ;
public virtual bool has_gateway ( ) ;
public virtual bool is_configured ( ) ;
}

public signal void state_changed ( ) ;
public weak bool active { get; set; } ;
public weak bool auto { get; set; } ;
public weak bool configured { get; set; } ;
public weak string device { get; construct } ;
public bool get_active ( ) ;
public bool get_auto ( ) ;
public bool get_configured ( ) ;
public weak string get_device_name ( ) ;
public void set_active ( bool is_active ) ;
public void set_auto ( bool is_auto ) ;
public void set_configured ( bool is_configured ) ;
public virtual bool has_gateway ( ) ;
public virtual bool is_configured ( ) ;
Created by Valadoc