unsubscribe_folder
Description:
public async bool unsubscribe_folder (string folder_name, int io_priority, Cancellable? cancellable = null) throws Error
Asynchronously unsubscribes from the folder described by folder_name.
When the operation is finished, callback will be called. You can then call unsubscribe_folder.end to
get the result of the operation.
Parameters:
| this | |
| folder_name |
full path of the folder |
| io_priority |
the I/O priority of the request |
| cancellable |
optional Cancellable object, or null |
| callback |
a TaskReadyCallback to call when the request is satisfied |
| user_data |
data to pass to the callback function |