API Version: 2.0
Library Version: 2.76
Generated by gi-docgen 2023.2
deprecated: 2.46
gboolean g_simple_async_result_get_op_res_gboolean ( GSimpleAsyncResult* simple )
Gets the operation result boolean from within the asynchronous result.
Deprecated since: 2.46
Use GTask and g_task_propagate_boolean() instead.
GTask
g_task_propagate_boolean()
Type: gboolean
gboolean
TRUE if the operation’s result was TRUE, FALSE if the operation’s result was FALSE.
TRUE
FALSE