public class SMBConfig : Object {
public weak string description { get; set; } ;
public weak bool is_wins_server { get; set; } ;
public weak string wins_server { get; set; } ;
public weak string workgroup { get; set; } ;
public void delete_user_password ( User user ) ;
public static weak Object get ( ) ;
public weak string get_description ( ) ;
public bool get_is_wins_server ( ) ;
public weak List get_shares ( ) ;
public weak string get_wins_server ( ) ;
public weak string get_workgroup ( ) ;
public void set_description ( string description ) ;
public void set_is_wins_server ( bool is_wins_server ) ;
public void set_user_password ( User user,
string password ) ;
public void set_wins_server ( string wins_server ) ;
public void set_workgroup ( string workgroup ) ;
public bool user_has_password ( User user ) ;
}

public weak string description { get; set; } ;
public weak bool is_wins_server { get; set; } ;
public weak string wins_server { get; set; } ;
public weak string workgroup { get; set; } ;
public void delete_user_password ( User user ) ;
public static weak Object get ( ) ;
public weak string get_description ( ) ;
public bool get_is_wins_server ( ) ;
public weak List get_shares ( ) ;
public weak string get_wins_server ( ) ;
public weak string get_workgroup ( ) ;
public void set_description ( string description ) ;
public void set_is_wins_server ( bool is_wins_server ) ;
public void set_user_password ( User user,
string password ) ;
public void set_wins_server ( string wins_server ) ;
public void set_workgroup ( string workgroup ) ;
public bool user_has_password ( User user ) ;
Created by Valadoc