Method
GioSimpleAsyncResultset_error
deprecated: 2.46
Declaration [src]
void
g_simple_async_result_set_error (
  GSimpleAsyncResult* simple,
  GQuark domain,
  gint code,
  const char* format,
  ...
)
Description [src]
Sets an error within the asynchronous result without a GError.
Deprecated since: 2.46
Use GTask and g_task_return_new_error() instead.
This method is not directly available to language bindings.
Parameters
- domain
- 
            Type: GQuarkA GQuark(usuallyG_IO_ERROR).
- code
- 
            Type: gintAn error code. 
- format
- 
            Type: const char*A formatted error reporting string. The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. 
- ...
- 
            Type: A list of variables to fill in format.