File: gtkClipboardWaitForRichText.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 (24 lines) | stat: -rw-r--r-- 1,001 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
\alias{gtkClipboardWaitForRichText}
\name{gtkClipboardWaitForRichText}
\title{gtkClipboardWaitForRichText}
\description{Requests the contents of the clipboard as rich text.  This function
waits for the data to be received using the main loop, so events,
timeouts, etc, may be dispatched during the wait.}
\usage{gtkClipboardWaitForRichText(object, buffer)}
\arguments{
\item{\verb{object}}{a \code{\link{GtkClipboard}}}
\item{\verb{buffer}}{a \code{\link{GtkTextBuffer}}}
}
\details{Since 2.10}
\value{
A list containing the following elements:
\item{retval}{[raw]  or \code{NULL} if retrieving
the selection data failed. (This could happen
for various reasons, in particular if the
clipboard was empty or if the contents of the
clipboard could not be converted into text form.)}
\item{\verb{format}}{return location for the format of the returned data}
\item{\verb{length}}{return location for the length of the returned data}
}
\author{Derived by RGtkGen from GTK+ documentation}
\keyword{internal}