XMMS2
Functions
xmms_statfs.h File Reference

Go to the source code of this file.

Functions

gboolean xmms_statfs_is_remote (const gchar *path)
 This function uses the statfs() call to check if the path is on a remote filesystem or not. More...
 

Function Documentation

◆ xmms_statfs_is_remote()

gboolean xmms_statfs_is_remote ( const gchar *  path)

This function uses the statfs() call to check if the path is on a remote filesystem or not.

Returns
TRUE if path is on a remote filesystem

This function uses the statfs() call to check if the path is on a remote filesystem or not.

Returns
TRUE if path is on a remote filesystem

Definition at line 42 of file statfs_bsd.c.