State of Data and AI Literacy Report 2025
Download Now
Rdocumentation
powered by
Learn R Programming
RGtk2 (version 2.20.24.1)
gFileInfoGetAttributeObject: gFileInfoGetAttributeObject
Description
Gets the value of a
GObject
attribute. If the attribute does not contain a
GObject
,
NULL
will be returned.
Usage
gFileInfoGetAttributeObject(object, attribute)
Arguments
object
a
GFileInfo
.
attribute
a file attribute key.
Value
[
GObject
] a
GObject
associated with the given
attribute
, or
NULL
otherwise.