Method
PapersDocumentDocumentSignaturessign
Declaration [src]
gboolean
pps_document_signatures_sign (
  PpsDocumentSignatures* document_signatures,
  PpsSignature* signature,
  GCancellable* cancellable,
  GAsyncReadyCallback callback,
  gpointer user_data
)
Description [src]
Start the final async process of signing a document using the prepared signature.
This method completes asynchronously. Use pps_document_signatures_sign_finish() inside the GAsyncReadyCallback to obtain the result of the operation.
Parameters
- signature
- 
            Type: PpsSignatureA PpsSignature.The data is owned by the caller of the method. 
- cancellable
- 
            Type: GCancellableA GCancellable.The argument can be NULL.The data is owned by the caller of the method. 
- callback
- 
            Type: GAsyncReadyCallbackA GAsyncReadyCallback.The argument can be NULL.
- user_data
- 
            Type: gpointerCallback user data. The argument can be NULL.The data is owned by the caller of the method.