gFileInfoGetAttributeByteString {RGtk2}R Documentation

gFileInfoGetAttributeByteString

Description

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

Usage

gFileInfoGetAttributeByteString(object, attribute)

Arguments

object

a GFileInfo.

attribute

a file attribute key.

Value

[char] the contents of the attribute value as a byte string, or NULL otherwise.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]