GFileIface.findEnclosingMount

struct GFileIface
extern (C)
GMount* function(GFile* file, GCancellable* cancellable, GError** err) findEnclosingMount;

Return Value

a GMount where the file is located or NULL on error. Free the returned object with g_object_unref().

Throws

GException on failure.