![]() |
![]() |
![]() |
![]() |
void (*ESimpleAsyncResultThreadFunc) (ESimpleAsyncResult *result
,gpointer source_object
,GCancellable *cancellable
);
ESimpleAsyncResultThreadFunc
is deprecated and should not be used in newly-written code.
ESimpleAsyncResult * e_simple_async_result_new (GObject *source_object
,GAsyncReadyCallback callback
,gpointer user_data
,gpointer source_tag
);
e_simple_async_result_new
is deprecated and should not be used in newly-written code.
void e_simple_async_result_set_user_data (ESimpleAsyncResult *result
,gpointer user_data
,GDestroyNotify destroy_user_data
);
e_simple_async_result_set_user_data
is deprecated and should not be used in newly-written code.
gpointer
e_simple_async_result_get_user_data (ESimpleAsyncResult *result
);
e_simple_async_result_get_user_data
is deprecated and should not be used in newly-written code.
gpointer
e_simple_async_result_steal_user_data (ESimpleAsyncResult *result
);
e_simple_async_result_steal_user_data
is deprecated and should not be used in newly-written code.
void e_simple_async_result_set_op_pointer (ESimpleAsyncResult *result
,gpointer ptr
);
e_simple_async_result_set_op_pointer
is deprecated and should not be used in newly-written code.
gpointer
e_simple_async_result_get_op_pointer (ESimpleAsyncResult *result
);
e_simple_async_result_get_op_pointer
is deprecated and should not be used in newly-written code.
void e_simple_async_result_run_in_thread (ESimpleAsyncResult *result
,gint io_priority
,ESimpleAsyncResultThreadFunc func
,GCancellable *cancellable
);
e_simple_async_result_run_in_thread
is deprecated and should not be used in newly-written code.
void
e_simple_async_result_complete (ESimpleAsyncResult *result
);
e_simple_async_result_complete
is deprecated and should not be used in newly-written code.
void
e_simple_async_result_complete_idle (ESimpleAsyncResult *result
);
e_simple_async_result_complete_idle
is deprecated and should not be used in newly-written code.
void
e_simple_async_result_free_global_memory
(void
);
e_simple_async_result_free_global_memory
is deprecated and should not be used in newly-written code.