Go to the documentation of this file.
22#include <QtCore/QObject>
33class KIO_EXPORT KNFSShare :
public QObject
77 class KNFSSharePrivate;
78 KNFSSharePrivate *
const d;
80 Q_PRIVATE_SLOT( d,
void _k_slotFileChange(
const QString&) )
QString exportsPath() const
Returns the path to the used exports file, or null if no exports file was found.
void changed()
Emitted when the /etc/exports file has changed.
static KNFSShare * instance()
Returns the one and only instance of KNFSShare.
bool isDirectoryShared(const QString &path) const
Whether or not the given path is shared by NFS.
QStringList sharedDirectories() const
Returns a list of all directories shared by NFS.
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by
doxygen 1.13.2 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.