File: gSimpleAsyncReportGerrorInIdle.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 (18 lines) | stat: -rw-r--r-- 729 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
\alias{gSimpleAsyncReportGerrorInIdle}
\name{gSimpleAsyncReportGerrorInIdle}
\title{gSimpleAsyncReportGerrorInIdle}
\description{Reports an error in an idle function. Similar to 
\code{\link{gSimpleAsyncReportErrorInIdle}}, but takes a \code{\link{GError}} rather 
than building a new one.}
\usage{gSimpleAsyncReportGerrorInIdle(object, callback, user.data = NULL)}
\arguments{
\item{\verb{object}}{a \code{\link{GObject}}.}
\item{\verb{callback}}{a \code{\link{GAsyncReadyCallback}}.}
\item{\verb{user.data}}{user data passed to \code{callback}.}
}
\value{
A list containing the following elements:
\item{\verb{error}}{the \code{\link{GError}} to report}
}
\author{Derived by RGtkGen from GTK+ documentation}
\keyword{internal}