Method
GioTlsDatabaselookup_certificate_issuer_async
Declaration
void
g_tls_database_lookup_certificate_issuer_async (
GTlsDatabase* self,
GTlsCertificate* certificate,
GTlsInteraction* interaction,
GTlsDatabaseLookupFlags flags,
GCancellable* cancellable,
GAsyncReadyCallback callback,
gpointer user_data
)
Description
Asynchronously look up the issuer of certificate
in the database. See
g_tls_database_lookup_certificate_issuer()
for more information.
Available since: | 2.30 |
Parameters
certificate |
GTlsCertificate |
A |
|
The data is owned by the caller of the function. | |
interaction |
GTlsInteraction |
Used to interact with the user if necessary. |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
flags |
GTlsDatabaseLookupFlags |
Flags which affect the lookup operation. |
|
cancellable |
GCancellable |
A |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
callback |
GAsyncReadyCallback |
Callback to call when the operation completes. |
|
The argument can be NULL . | |
user_data |
gpointer |
The data to pass to the callback function. |
|
The argument can be NULL . | |
The data is owned by the caller of the function. |