Functions

book_error_quark ()

book_utils_get_recipient_certificates_sync (registry, only_clients, flags, recipients, cancellable)

Details

EBook.book_error_quark()
Return type:

int

EBook.book_utils_get_recipient_certificates_sync(registry, only_clients, flags, recipients, cancellable)
Parameters:
Raises:

GLib.Error

Returns:

True when no fatal error occurred, False otherwise.

out_certificates:

a GLib.SList of gathered certificates encoded in base64

Return type:

(bool, out_certificates: [str])

Synchronously searches for recipients S/MIME or PGP certificates either in provided only_clients EBook.BookClient, or, when None, in each found address book configured for auto-completion.

This function can be used within Camel.Session.get_recipient_certificates_sync() implementation.

New in version 3.30.