checkpoint_adjust_rollback_timeout


Description:

[ Version ( since = "1.12" ) ]
public async bool checkpoint_adjust_rollback_timeout (string checkpoint_path, uint32 add_timeout, Cancellable? cancellable) throws Error

Resets the timeout for the checkpoint with path checkpoint_path to timeout_add.

Parameters:

this

the nmclient

checkpoint_path

a D-Bus path to a checkpoint

add_timeout

the timeout in seconds counting from now. Set to zero, to disable the timeout.

cancellable

a Cancellable, or null

callback

callback to be called when the add operation completes

user_data

caller-specific data passed to callback