Handbook
Glossary
g_file_info_set_attribute ( file_info attribute type value_p -- )
Vocabulary
gio
.
ffi
Inputs
file_info
an
object
attribute
an
object
type
an
object
value_p
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
gio.ffi
LIBRARY:
gio
FUNCTION:
void
g_file_info_set_attribute
( GFileInfo* file_info, gchar* attribute,
GFileAttributeType
type,
gpointer
value_p )