API Version: 2.0
Library Version: 2.72
gboolean g_simple_async_result_get_op_res_gboolean ( GSimpleAsyncResult* simple )
Gets the operation result boolean from within the asynchronous result.
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