Virtual Method
GioTlsDatabaselookup_certificate_issuer_finish
Declaration
GTlsCertificate*
lookup_certificate_issuer_finish (
GTlsDatabase* self,
GAsyncResult* result,
GError** error
)
Description
Finish an asynchronous lookup issuer operation. See
g_tls_database_lookup_certificate_issuer()
for more information.
Available since: | 2.30 |
Parameters
result |
GAsyncResult |
A |
|
The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError* , or NULL . |
Return value
Returns: | GTlsCertificate |
A newly allocated issuer |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |