Top | ![]() |
![]() |
![]() |
![]() |
void (*ESimpleAsyncResultThreadFunc) (ESimpleAsyncResult *result
,gpointer source_object
,GCancellable *cancellable
);
ESimpleAsyncResult * e_simple_async_result_new (GObject *source_object
,GAsyncReadyCallback callback
,gpointer user_data
,gpointer source_tag
);
gboolean e_simple_async_result_is_valid (GAsyncResult *result
,GObject *source
,gpointer source_tag
);
void e_simple_async_result_set_user_data (ESimpleAsyncResult *result
,gpointer user_data
,GDestroyNotify destroy_user_data
);
gpointer
e_simple_async_result_get_user_data (ESimpleAsyncResult *result
);
gpointer
e_simple_async_result_steal_user_data (ESimpleAsyncResult *result
);
void e_simple_async_result_set_op_pointer (ESimpleAsyncResult *result
,gpointer ptr
,GDestroyNotify destroy_ptr
);
gpointer
e_simple_async_result_get_op_pointer (ESimpleAsyncResult *result
);
void e_simple_async_result_run_in_thread (ESimpleAsyncResult *result
,gint io_priority
,ESimpleAsyncResultThreadFunc func
,GCancellable *cancellable
);
void
e_simple_async_result_complete_idle (ESimpleAsyncResult *result
);
void
e_simple_async_result_complete_idle_take
(ESimpleAsyncResult *result
);
void e_simple_async_result_take_error (ESimpleAsyncResult *result
,GError *error
);
gboolean e_simple_async_result_propagate_error (ESimpleAsyncResult *result
,GError **error
);