OobsNFSConfig

OobsNFSConfig — Object that represents NFS configuration.

Synopsis




                    OobsNFSConfig;
OobsObject*         oobs_nfs_config_get                 (void);
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                 (void);

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

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.