File: gFileInfoGetAttributeAsString.Rd

package info (click to toggle)
rgtk2 2.20.36-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 33,540 kB
  • sloc: ansic: 137,163; makefile: 2; sh: 1
file content (14 lines) | stat: -rw-r--r-- 553 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
\alias{gFileInfoGetAttributeAsString}
\name{gFileInfoGetAttributeAsString}
\title{gFileInfoGetAttributeAsString}
\description{Gets the value of a attribute, formated as a string.
This escapes things as needed to make the string valid
utf8.}
\usage{gFileInfoGetAttributeAsString(object, attribute)}
\arguments{
\item{\verb{object}}{a \code{\link{GFileInfo}}.}
\item{\verb{attribute}}{a file attribute key.}
}
\value{[char] a UTF-8 string associated with the given \code{attribute}.}
\author{Derived by RGtkGen from GTK+ documentation}
\keyword{internal}