GFileIface.findEnclosingMountFinish

struct GFileIface
extern (C)
GMount* function(GFile* file, GAsyncResult* res, GError** err) findEnclosingMountFinish;

Return Value

GMount for given file or NULL on error. Free the returned object with g_object_unref().

Throws

GException on failure.