gFileInfoGetAttributeStringv {RGtk2}R Documentation

gFileInfoGetAttributeStringv

Description

Gets the value of a stringv attribute. If the attribute does not contain a stringv, NULL will be returned.

Usage

gFileInfoGetAttributeStringv(object, attribute)

Arguments

object

a GFileInfo.

attribute

a file attribute key.

Details

Since 2.22

Value

[char] the contents of the attribute value as a stringv, or NULL otherwise. Do not free.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]