Asynchronously replaces the signature file for this with a symbolic link to symlink_target
, which should be an executable file that prints a mail signature to standard output.
The signature file for this is given by get_file.
When the operation is finished, callback
will be called. You can then call mail_signature_symlink.end
to get the result of the operation.
this |
an Source |
symlink_target |
executable filename to link to |
io_priority |
the I/O priority of the request |
cancellable |
optional Cancellable object, or |
callback |
a TaskReadyCallback to call when the request is satisfied |
user_data |
data to pass to the callback function |