Home | History | Annotate | Download | only in gio

Lines Matching refs:simple

44  * A simple implementation of #GAsyncResult.
67 void g_simple_async_result_set_op_res_gpointer (GSimpleAsyncResult *simple,
70 gpointer g_simple_async_result_get_op_res_gpointer (GSimpleAsyncResult *simple);
72 void g_simple_async_result_set_op_res_gssize (GSimpleAsyncResult *simple,
74 gssize g_simple_async_result_get_op_res_gssize (GSimpleAsyncResult *simple);
76 void g_simple_async_result_set_op_res_gboolean (GSimpleAsyncResult *simple,
78 gboolean g_simple_async_result_get_op_res_gboolean (GSimpleAsyncResult *simple);
82 gpointer g_simple_async_result_get_source_tag (GSimpleAsyncResult *simple);
83 void g_simple_async_result_set_handle_cancellation (GSimpleAsyncResult *simple,
85 void g_simple_async_result_complete (GSimpleAsyncResult *simple);
86 void g_simple_async_result_complete_in_idle (GSimpleAsyncResult *simple);
87 void g_simple_async_result_run_in_thread (GSimpleAsyncResult *simple,
91 void g_simple_async_result_set_from_error (GSimpleAsyncResult *simple,
93 gboolean g_simple_async_result_propagate_error (GSimpleAsyncResult *simple,
95 void g_simple_async_result_set_error (GSimpleAsyncResult *simple,
100 void g_simple_async_result_set_error_va (GSimpleAsyncResult *simple,