~ubuntu-branches/ubuntu/trusty/rgtk2/trusty

« back to all changes in this revision

Viewing changes to man/pangoFontDescriptionCopyStatic.Rd

  • Committer: Bazaar Package Importer
  • Author(s): Dirk Eddelbuettel
  • Date: 2010-11-03 11:35:46 UTC
  • mfrom: (1.3.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20101103113546-a7fi7jdxdebp0tw1
Tags: 2.20.1-1
* New upstream release

* debian/control: Set (Build-)Depends: to current R version
* debian/control: Set Standards-Version: to current version 

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
\name{pangoFontDescriptionCopyStatic}
3
3
\title{pangoFontDescriptionCopyStatic}
4
4
\description{Like \code{\link{pangoFontDescriptionCopy}}, but only a shallow copy is made
5
 
of the family name and other allocated fields. This is meant to be used
 
5
of the family name and other allocated fields. The result can only
 
6
be used until \code{desc} is modified or freed. This is meant to be used
6
7
when the copy is only needed temporarily.}
7
8
\usage{pangoFontDescriptionCopyStatic(object)}
8
 
\arguments{\item{\verb{object}}{[\verb{\link{PangoFontDescription}}]  a \verb{\link{PangoFontDescription}}, may be \code{NULL}}}
9
 
\value{[\verb{\link{PangoFontDescription}}]  the newly allocated \verb{\link{PangoFontDescription}}, or \code{NULL}
 
9
\arguments{\item{\verb{object}}{a \code{\link{PangoFontDescription}}, may be \code{NULL}}}
 
10
\value{[\code{\link{PangoFontDescription}}]  the newly allocated \code{\link{PangoFontDescription}}, or \code{NULL}
10
11
              if \code{desc} was \code{NULL}.}
11
12
\author{Derived by RGtkGen from GTK+ documentation}
12
13
\keyword{internal}