gSimpleAsyncReportGerrorInIdle {RGtk2}R Documentation

gSimpleAsyncReportGerrorInIdle

Description

Reports an error in an idle function. Similar to gSimpleAsyncReportErrorInIdle, but takes a GError rather than building a new one.

Usage

gSimpleAsyncReportGerrorInIdle(object, callback, user.data = NULL)

Arguments

object

a GObject.

callback

a GAsyncReadyCallback.

user.data

user data passed to callback.

Value

A list containing the following elements:

error

the GError to report

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]