gFileInfoGetAttributeInt64 {RGtk2}R Documentation

gFileInfoGetAttributeInt64

Description

Gets a signed 64-bit integer contained within the attribute. If the attribute does not contain an signed 64-bit integer, or is invalid, 0 will be returned.

Usage

gFileInfoGetAttributeInt64(object, attribute)

Arguments

object

a GFileInfo.

attribute

a file attribute key.

Value

[numeric] a signed 64-bit integer from the attribute.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]