gFileAttributeInfoListAdd {RGtk2}R Documentation

gFileAttributeInfoListAdd

Description

Adds a new attribute with name to the list, setting its type and flags.

Usage

gFileAttributeInfoListAdd(object, name, type, flags = "G_FILE_ATTRIBUTE_INFO_NONE")

Arguments

object

a GFileAttributeInfoList.

name

the name of the attribute to add.

type

the GFileAttributeType for the attribute.

flags

GFileAttributeInfoFlags for the attribute.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]