a string containing the attribute's name
The type of the attribute
a pointer to the value (or the pointer itself if the type is a pointer type)
a set of #GFileQueryInfoFlags
optional #GCancellable object, null to ignore
true if the attribute was set, false otherwise.
Sets an attribute in the file with attribute name attribute to value_p.
Some attributes can be unset by setting type to gio.types.FileAttributeType.Invalid and value_p to null.
If cancellable is not null, then the operation can be cancelled by triggering the cancellable object from another thread. If the operation was cancelled, the error gio.types.IOErrorEnum.Cancelled will be returned.