gFileInfoGetAttributeType {RGtk2}R Documentation

gFileInfoGetAttributeType

Description

Gets the attribute type for an attribute key.

Usage

gFileInfoGetAttributeType(object, attribute)

Arguments

object

a GFileInfo.

attribute

a file attribute key.

Value

[GFileAttributeType] a GFileAttributeType for the given attribute, or G_FILE_ATTRIBUTE_TYPE_INVALID if the key is not set.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]