OobsNFSConfig

OobsNFSConfig — Object that represents NFS configuration.

Synopsis




            OobsNFSConfig;
OobsObject* oobs_nfs_config_get             (OobsSession *session);
OobsList*   oobs_nfs_config_get_shares      (OobsNFSConfig *config);

Object Hierarchy


  GObject
   +----OobsObject
         +----OobsNFSConfig

Description

Details

OobsNFSConfig

typedef struct _OobsNFSConfig OobsNFSConfig;


oobs_nfs_config_get ()

OobsObject* oobs_nfs_config_get             (OobsSession *session);

Returns the OobsNFSConfig singleton, which represents the NFS system configuration.

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

oobs_nfs_config_get_shares ()

OobsList*   oobs_nfs_config_get_shares      (OobsNFSConfig *config);

Returns an OobsList containing objects of type OobsShareNFS.

config : An OobsNFSConfig.
Returns : an OobsList containing the NFS shares information.