File: gFileDup.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 (12 lines) | stat: -rw-r--r-- 578 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
\alias{gFileDup}
\name{gFileDup}
\title{gFileDup}
\description{Duplicates a \code{\link{GFile}} handle. This operation does not duplicate 
the actual file or directory represented by the \code{\link{GFile}}; see 
\code{\link{gFileCopy}} if attempting to copy a file. }
\usage{gFileDup(object)}
\arguments{\item{\verb{object}}{input \code{\link{GFile}}.}}
\details{This call does no blocking i/o.}
\value{[\code{\link{GFile}}] a new \code{\link{GFile}} that is a duplicate of the given \code{\link{GFile}}.}
\author{Derived by RGtkGen from GTK+ documentation}
\keyword{internal}