Home | History | Annotate | Download | only in gio

Lines Matching refs:simple

339   GSimpleAsyncResult *simple;
347 simple = g_simple_async_result_new (G_OBJECT (enumerator),
351 g_simple_async_result_complete_in_idle (simple);
352 g_object_unref (simple);
404 GSimpleAsyncResult *simple;
411 simple = G_SIMPLE_ASYNC_RESULT (result);
412 if (g_simple_async_result_propagate_error (simple, error))
416 if (g_simple_async_result_get_source_tag (simple) == g_file_enumerator_next_files_async)
519 GSimpleAsyncResult *simple;
527 simple = G_SIMPLE_ASYNC_RESULT (result);
528 if (g_simple_async_result_propagate_error (simple, error))
691 GSimpleAsyncResult *simple = G_SIMPLE_ASYNC_RESULT (result);
695 g_warn_if_fail (g_simple_async_result_get_source_tag (simple) ==
698 op = g_simple_async_result_get_op_res_gpointer (simple);
757 GSimpleAsyncResult *simple = G_SIMPLE_ASYNC_RESULT (result);
758 g_warn_if_fail (g_simple_async_result_get_source_tag (simple) ==