Valadoc
|
Vala
|
Tutorial
|
API-References
|
Markup
Packages
liboobs-1
Oobs
SMBConfig
description
is_wins_server
wins_server
workgroup
get
SMBConfig
delete_user_password
get_description
get_is_wins_server
get_shares
get_wins_server
get_workgroup
set_description
set_is_wins_server
set_user_password
set_wins_server
set_workgroup
user_has_password
SMBConfig
Object Hierarchy:
Description:
public
class
SMBConfig
:
Object
Namespace:
Oobs
Package:
liboobs-1
Content:
Properties:
public
string
description
{
set
;
get
; }
public
bool
is_wins_server
{
set
;
get
; }
public
string
wins_server
{
set
;
get
; }
public
string
workgroup
{
set
;
get
; }
Static methods:
public
static
weak
Object
get
()
Creation methods:
protected
SMBConfig
()
Methods:
public
void
delete_user_password
(
User
user)
public
unowned
string
get_description
()
public
bool
get_is_wins_server
()
public
weak
List
get_shares
()
public
unowned
string
get_wins_server
()
public
unowned
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)