C# Class Tomboy.Sync.SyncUtils

Afficher le fichier Open project: GNOME/tomboy Class Usage Examples

Méthodes publiques

Méthode Description
EnableFuse ( ) : bool

Enable fuse. This requires root access.

FindFirstExecutableInPath ( ) : string

Search in $PATH and a few other common locations for the given executables. Return full executable path of first executable found. If none found, return null.

IsFuseEnabled ( ) : bool

Checks /proc/filesystems to check for fuse in the output

Private Methods

Méthode Description
SetUpTools ( ) : bool
SyncUtils ( ) : System

Method Details

EnableFuse() public static méthode

Enable fuse. This requires root access.
public static EnableFuse ( ) : bool
Résultat bool

FindFirstExecutableInPath() public static méthode

Search in $PATH and a few other common locations for the given executables. Return full executable path of first executable found. If none found, return null.
public static FindFirstExecutableInPath ( ) : string
Résultat string

IsFuseEnabled() public static méthode

Checks /proc/filesystems to check for fuse in the output
public static IsFuseEnabled ( ) : bool
Résultat bool