Home
last modified time | relevance | path

Searched refs:seahorse_progress_end (Results 1 – 9 of 9) sorted by relevance

/dports/security/seahorse/seahorse-41.0/pgp/
H A Dseahorse-transfer.c71 seahorse_progress_end (cancellable, &closure->to); in on_source_import_ready()
104 seahorse_progress_end (cancellable, &closure->from); in on_source_export_ready()
131 seahorse_progress_end (cancellable, &closure->to); in on_source_export_ready()
H A Dseahorse-ldap-source.c499 seahorse_progress_end (cancellable, task); in on_connect_server_info_completed()
543 seahorse_progress_end (cancellable, task); in on_connect_bind_completed()
847 seahorse_progress_end (cancellable, task); in on_search_search_completed()
1003 seahorse_progress_end (cancellable, keydata); in import_send_key()
1214 seahorse_progress_end (cancellable, fingerprint); in export_retrieve_key()
H A Dseahorse-hkp-source.c549 seahorse_progress_end (closure->cancellable, message); in on_search_message_complete()
686 seahorse_progress_end (closure->cancellable, GUINT_TO_POINTER (closure->requests)); in on_import_message_complete()
834 seahorse_progress_end (closure->cancellable, message); in on_export_message_complete()
H A Dseahorse-pgp-backend.c568 seahorse_progress_end (g_task_get_cancellable (task), in on_source_search_ready()
664 seahorse_progress_end (g_task_get_cancellable (task), in on_source_transfer_ready()
H A Dseahorse-gpgme-keyring.c279 seahorse_progress_end (g_task_get_cancellable (task), task); in on_idle_list_batch_of_keys()
598 seahorse_progress_end (g_task_get_cancellable (task), task); in on_keyring_import_loaded()
H A Dseahorse-gpgme-exporter.c272 seahorse_progress_end (g_task_get_cancellable (task), in on_keyring_export_complete()
H A Dseahorse-gpgme-key-op.c81 seahorse_progress_end (g_task_get_cancellable (task), task); in on_key_op_generate_complete()
674 seahorse_progress_end (g_task_get_cancellable (task), task); in on_key_op_change_pass_complete()
1306 seahorse_progress_end (g_task_get_cancellable (task), task); in on_key_op_add_uid_complete()
/dports/security/seahorse/seahorse-41.0/libseahorse/
H A Dseahorse-progress.h47 void seahorse_progress_end (GCancellable *cancellable,
H A Dseahorse-progress.c441 seahorse_progress_end (GCancellable *cancellable, in seahorse_progress_end() function