gFileInfoGetAttributeBoolean {RGtk2}R Documentation

gFileInfoGetAttributeBoolean

Description

Gets the value of a boolean attribute. If the attribute does not contain a boolean value, FALSE will be returned.

Usage

gFileInfoGetAttributeBoolean(object, attribute)

Arguments

object

a GFileInfo.

attribute

a file attribute key.

Value

[logical] the boolean value contained within the attribute.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]