liboobs-1 Reference Manual

Synopsis

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 ) ;
}

SMBConfig Description

Details

Constructor Details

Field Details

Signal Details

Property Details

description
    public    weak string               description               { get; set; } ;		

is_wins_server
    public    weak bool                 is_wins_server            { get; set; } ;		

wins_server
    public    weak string               wins_server               { get; set; } ;		

workgroup
    public    weak string               workgroup                 { get; set; } ;		

Method Details

delete_user_password ()
    public    void                      delete_user_password      ( User                user ) ;		

get ()
    public    static weak Object        get                       (  ) ;		

get_description ()
    public    weak string               get_description           (  ) ;		

get_is_wins_server ()
    public    bool                      get_is_wins_server        (  ) ;		

get_shares ()
    public    weak List                 get_shares                (  ) ;		

get_wins_server ()
    public    weak string               get_wins_server           (  ) ;		

get_workgroup ()
    public    weak string               get_workgroup             (  ) ;		

set_description ()
    public    void                      set_description           ( string              description ) ;		

set_is_wins_server ()
    public    void                      set_is_wins_server        ( bool                is_wins_server ) ;		

set_user_password ()
    public    void                      set_user_password         ( User                user,
                                                                    string              password ) ;		

set_wins_server ()
    public    void                      set_wins_server           ( string              wins_server ) ;		

set_workgroup ()
    public    void                      set_workgroup             ( string              workgroup ) ;		

user_has_password ()
    public    bool                      user_has_password         ( User                user ) ;		


Created by Valadoc