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