Home
last modified time | relevance | path

Searched refs:g_task_get_completed (Results 1 – 25 of 39) sorted by relevance

12

/dports/devel/glib20/glib-2.70.4/gio/tests/
H A Dtask.c55 g_assert_true (g_task_get_completed (task)); in wait_for_completed_notification()
76 g_assert_false (g_task_get_completed (G_TASK (result))); in basic_callback()
142 g_assert_false (g_task_get_completed (G_TASK (result))); in error_callback()
225 g_assert_false (g_task_get_completed (G_TASK (result))); in same_callback()
708 g_assert_false (g_task_get_completed (task)); in asynchronous_cancellation_cancel_task()
733 g_assert_false (g_task_get_completed (task)); in asynchronous_cancellation_cancelled()
794 g_assert_true (g_task_get_completed (task)); in test_asynchronous_cancellation()
1004 g_assert_false (g_task_get_completed (task)); in run_in_thread_thread()
1080 g_assert_false (g_task_get_completed (task)); in run_in_thread_sync_thread()
1108 g_assert_true (g_task_get_completed (task)); in test_run_in_thread_sync()
[all …]
/dports/deskutils/gnome-photos/gnome-photos-40.0/src/
H A Dphotos-share-point-google.c193 if (g_task_get_completed (task)) in photos_share_point_google_share_metadata_add_shared()
229 if (g_task_get_completed (task)) in photos_share_point_google_share_wait_for_changes()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gio-0.14.3/src/auto/
H A Dtask.rs46 unsafe { from_glib(ffi::g_task_get_completed(self.to_glib_none().0)) } in is_completed()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/gio/src/auto/
H A Dtask.rs46 unsafe { from_glib(ffi::g_task_get_completed(self.to_glib_none().0)) } in is_completed()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/gio-0.14.8/src/auto/
H A Dtask.rs46 unsafe { from_glib(ffi::g_task_get_completed(self.to_glib_none().0)) } in is_completed()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gio-0.14.8/src/auto/
H A Dtask.rs46 unsafe { from_glib(ffi::g_task_get_completed(self.to_glib_none().0)) } in is_completed()
/dports/x11/gnome-shell/gnome-shell-41.1/subprojects/shew/src/
H A Dshew-window-exporter.c110 if (task != NULL && !g_task_get_completed (task)) in shew_window_exporter_export()
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/gio-0.14.0/src/auto/
H A Dtask.rs46 unsafe { from_glib(ffi::g_task_get_completed(self.to_glib_none().0)) } in is_completed()
/dports/x11/sirula/sirula-1.0.0/cargo-crates/gio-0.14.8/src/auto/
H A Dtask.rs46 unsafe { from_glib(ffi::g_task_get_completed(self.to_glib_none().0)) } in is_completed()
/dports/sysutils/zeitgeist/zeitgeist-1.0.3/examples/vala/
H A Ddata-source-stuff.c344 while (!g_task_get_completed (_data_->_async_result)) { in do_stuff_co()
475 while (!g_task_get_completed (_data_->_async_result)) { in on_source_enabled_co()
626 while (!g_task_get_completed (_data_->_async_result)) { in print_data_sources_co()
/dports/devel/glib20/glib-2.70.4/gio/
H A Dgtask.h178 gboolean g_task_get_completed (GTask *task);
H A Dgtask.c2089 g_task_get_completed (GTask *task) in g_task_get_completed() function
2199 g_value_set_boolean (value, g_task_get_completed (task)); in g_task_get_property()
/dports/x11/gnome-shell/gnome-shell-41.1/src/
H A Dshell-util.c559 if (g_task_get_completed (task)) in shell_util_systemd_call_cancelled_cb()
614 if (g_task_get_completed (task)) in on_systemd_job_removed_cb()
/dports/sysutils/zeitgeist/zeitgeist-1.0.3/extensions/
H A Dds-registry.c526 while (!g_task_get_completed (_data_->_async_result)) { in zeitgeist_data_source_registry_extension_real_get_data_sources_co()
699 while (!g_task_get_completed (_data_->_async_result)) { in zeitgeist_data_source_registry_extension_real_register_data_source_co()
808 while (!g_task_get_completed (_data_->_async_result)) { in zeitgeist_data_source_registry_extension_real_register_data_source_co()
867 while (!g_task_get_completed (_data_->_async_result)) { in zeitgeist_data_source_registry_extension_real_register_data_source_co()
960 while (!g_task_get_completed (_data_->_async_result)) { in zeitgeist_data_source_registry_extension_real_set_data_source_enabled_co()
1043 while (!g_task_get_completed (_data_->_async_result)) { in zeitgeist_data_source_registry_extension_real_get_data_source_from_id_co()
H A Dfts.c1162 while (!g_task_get_completed (_data_->_async_result)) { in zeitgeist_search_engine_wait_for_proxy_co()
1361 while (!g_task_get_completed (_data_->_async_result)) { in zeitgeist_search_engine_real_search_co()
1530 while (!g_task_get_completed (_data_->_async_result)) { in zeitgeist_search_engine_real_search_with_relevancies_co()
H A Dbenchmark.c820 while (!g_task_get_completed (_data_->_async_result)) { in zeitgeist_benchmarker_real_find_events_co()
/dports/devel/gvfs/gvfs-1.46.2/monitor/udisks2/
H A Dgvfsudisks2mount.c598 if (g_task_get_completed (task) || data->in_progress) in on_retry_timer_cb()
658 if (!g_task_get_completed (task) && !data->in_progress) in on_mount_op_reply()
717 if (!g_task_get_completed (task)) in lsof_command_cb()
/dports/devel/jsonrpc-glib/jsonrpc-glib-3.40.0/src/
H A Djsonrpc-input-stream.c378 while (!g_task_get_completed (task)) in jsonrpc_input_stream_read_message()
H A Djsonrpc-output-stream.c447 while (!g_task_get_completed (task)) in jsonrpc_output_stream_write_message()
H A Djsonrpc-client.c931 while (!g_task_get_completed (task)) in jsonrpc_client_call()
/dports/devel/libgee/libgee-0.20.3/gee/
H A Dtask.c322 while (!g_task_get_completed (_data_->_async_result)) { in gee_async_task_co()
H A Dfuture.c1007 while (!g_task_get_completed (_data_->_async_result)) { in gee_future_do_zip_co()
1292 while (!g_task_get_completed (_data_->_async_result)) { in gee_future_do_flat_map_co()
H A Dlightmapfuture.c449 while (!g_task_get_completed (_data_->_async_result)) { in gee_light_map_future_real_wait_async_co()
H A Dlazy.c747 while (!g_task_get_completed (_data_->_async_result)) { in gee_lazy_future_real_wait_async_co()
/dports/games/jfsw/jfsw-c434002/src/
H A Dstartgtk_game.c473 while (!g_task_get_completed(task)) gtk_main_iteration(); in on_chooseimportbutton_clicked()

12