gSimpleAsyncResultSetError {RGtk2}R Documentation

gSimpleAsyncResultSetError

Description

Sets an error within the asynchronous result without a GError.

Usage

gSimpleAsyncResultSetError(object, domain, code, format, ...)

Arguments

object

a GSimpleAsyncResult.

domain

a GQuark (usually G_IO_ERROR).

code

an error code.

format

a formatted error reporting string.

...

a list of variables to fill in format.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.31 Index]