Handbook
Glossary
g_file_set_attribute ( file attribute type value_p flags cancellable error -- gboolean )
Vocabulary
gio
.
ffi
Inputs
file
an
object
attribute
an
object
type
an
object
value_p
an
object
flags
an
object
cancellable
an
object
error
an
object
Outputs
gboolean
an
object
Definition
USING:
alien.syntax
glib.ffi
gobject-introspection.standard-types
;
IN:
gio.ffi
LIBRARY:
gio
FUNCTION:
gboolean
g_file_set_attribute
( GFile* file, gchar* attribute,
GFileAttributeType
type,
gpointer
value_p,
GFileQueryInfoFlags
flags, GCancellable*
cancellable, GError* error )