Method
GcrCertificateRequestcomplete_async
Declaration [src]
void
gcr_certificate_request_complete_async (
  GcrCertificateRequest* self,
  GCancellable* cancellable,
  GAsyncReadyCallback callback,
  gpointer user_data
)
Description [src]
Asynchronously complete and sign a certificate request, so that it can be encoded and sent to a certificate authority.
This call will return immediately and complete later.
This method completes asynchronously. Use gcr_certificate_request_complete_finish() inside the GAsyncReadyCallback to obtain the result of the operation.
Parameters
- cancellable
- 
            Type: GCancellableA cancellation object. The argument can be NULL.The data is owned by the caller of the method. 
- callback
- 
            Type: GAsyncReadyCallbackCalled when the operation completes. The argument can be NULL.
- user_data
- 
            Type: gpointerData to pass to the callback. The argument can be NULL.The data is owned by the caller of the method.