GFileIface.querySettableAttributes

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

Return Value

a #GFileAttributeInfoList describing the settable attributes. When you are done with it, release it with g_file_attribute_info_list_unref()

Throws

GException on failure.

Meta