Function
Giosimple_async_report_gerror_in_idle
Declaration
void
g_simple_async_report_gerror_in_idle (
GObject* object,
GAsyncReadyCallback callback,
gpointer user_data,
const GError* error
)
Description
Reports an error in an idle function. Similar to
g_simple_async_report_error_in_idle(), but takes a GError
rather
than building a new one.
Deprecated since: | 2.46 |
Use g_task_report_error(). |
Parameters
object |
GObject |
A |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
callback |
GAsyncReadyCallback |
A |
|
The argument can be NULL . | |
user_data |
gpointer |
User data passed to |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
error |
GError |
The |
|
The data is owned by the caller of the function. |