Method

GcrCertificateChainbuild_finish

Declaration [src]

gboolean
gcr_certificate_chain_build_finish (
  GcrCertificateChain* self,
  GAsyncResult* result,
  GError** error
)

Description [src]

Finishes an asynchronous operation started by gcr_certificate_chain_build_async().

Parameters

result GAsyncResult
 

The GAsyncResult passed to the callback.

 The data is owned by the caller of the function.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: gboolean
 

Whether the operation succeeded.