gFileInfoGetAttributeString {RGtk2} | R Documentation |
Gets the value of a string attribute. If the attribute does
not contain a string, NULL
will be returned.
gFileInfoGetAttributeString(object, attribute)
|
a |
|
a file attribute key. |
[char] the contents of the attribute
value as a string, or
NULL
otherwise.
Derived by RGtkGen from GTK+ documentation