Handbook
Glossary
g_file_attribute_info_list_add ( file_attribute_info_list name type flags -- )
Vocabulary
gio
.
ffi
Inputs
file_attribute_info_list
an
object
name
an
object
type
an
object
flags
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
gio.ffi
LIBRARY:
gio
FUNCTION:
void
g_file_attribute_info_list_add
( GFileAttributeInfoList* file_attribute_info_list, gchar*
name,
GFileAttributeType
type,
GFileAttributeInfoFlags
flags
)