Asynchronously sets the display name for a given File.
For more details, see set_display_name which is the synchronous version of this call.
When the operation is finished, callback will be called. You can then call
set_display_name_async.end to get the result of the operation.
| this |
input File |
| display_name |
a string |
| io_priority |
the [I/O priority](iface.AsyncResult.html#io-priority) of the request |
| cancellable |
optional Cancellable object, null to ignore |
| callback |
a TaskReadyCallback to call when the request is satisfied |
| user_data |
the data to pass to callback function |