OobsSMBConfig

OobsSMBConfig —

Synopsis




            OobsSMBConfig;
OobsObject* oobs_smb_config_get             (OobsSession *session);
OobsList*   oobs_smb_config_get_shares      (OobsSMBConfig *config);

Object Hierarchy


  GObject
   +----OobsObject
         +----OobsSMBConfig

Properties


  "description"          gchararray            : Read / Write
  "is-wins-server"       gboolean              : Read / Write
  "wins-server"          gchararray            : Read / Write
  "workgroup"            gchararray            : Read / Write

Description

Details

OobsSMBConfig

typedef struct _OobsSMBConfig OobsSMBConfig;


oobs_smb_config_get ()

OobsObject* oobs_smb_config_get             (OobsSession *session);

Returns the OobsSMBConfig singleton, which represents the SMB system configuration.

session : An OobsSession.
Returns : the singleton OobsSMBConfig object.

oobs_smb_config_get_shares ()

OobsList*   oobs_smb_config_get_shares      (OobsSMBConfig *config);

Returns an OobsList containing objects of type OobsShareSMB.

config : An OobsSMBConfig.
Returns : an OobsList containing the SMB shares information.

Property Details

The "description" property

  "description"          gchararray            : Read / Write

Description for this host.

Default value: NULL


The "is-wins-server" property

  "is-wins-server"       gboolean              : Read / Write

Whether the host is the WINS server.

Default value: FALSE


The "wins-server" property

  "wins-server"          gchararray            : Read / Write

WINS server that the host will use.

Default value: NULL


The "workgroup" property

  "workgroup"            gchararray            : Read / Write

Workgroup/domain the host is in.

Default value: NULL