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

« back to all changes in this revision

Viewing changes to man/gtkClipboardWaitForUris.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:
 
1
\alias{gtkClipboardWaitForUris}
 
2
\name{gtkClipboardWaitForUris}
 
3
\title{gtkClipboardWaitForUris}
 
4
\description{Requests the contents of the clipboard as URIs. This function waits
 
5
for the data to be received using the main loop, so events,
 
6
timeouts, etc, may be dispatched during the wait.}
 
7
\usage{gtkClipboardWaitForUris(object)}
 
8
\arguments{\item{\verb{object}}{a \code{\link{GtkClipboard}}}}
 
9
\details{Since 2.14}
 
10
\value{[character]  or \code{NULL} if
 
11
              retrieving the selection data failed. (This
 
12
              could happen for various reasons, in particular
 
13
              if the clipboard was empty or if the contents of
 
14
              the clipboard could not be converted into URI form.). \emph{[  \acronym{array}   zero-terminated=1][  \acronym{element-type}   utf8][  \acronym{transfer full}   utf8]}}
 
15
\author{Derived by RGtkGen from GTK+ documentation}
 
16
\keyword{internal}