GFileIface.queryInfo

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

Return Value

a gio.FileInfo for the given file, or NULL on error. Free the returned object with g_object_unref().

Throws

GException on failure.