gFileInfoHasAttribute {RGtk2}R Documentation

gFileInfoHasAttribute

Description

Checks if a file info structure has an attribute named attribute.

Usage

gFileInfoHasAttribute(object, attribute)

Arguments

object

a GFileInfo.

attribute

a file attribute key.

Value

[logical] TRUE if Ginfo has an attribute named attribute, FALSE otherwise.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]