GFileIface.queryFilesystemInfo

struct GFileIface
extern (C)
GFileInfo* function(GFile* file, const(char)* attributes, GCancellable* cancellable, GError** err) queryFilesystemInfo;

Return Value

a gio.FileInfo or NULL if there was an error. Free the returned object with g_object_unref().

Throws

GException on failure.