[ Version ( since = "0.11.6" ) ]
public void set_handler_bypass_approval (bool bypass_approval)
Set whether the channels destined for this handler are automatically handled, without invoking approvers.
(This is implemented by setting the value of its BypassApproval D-Bus property.)
This method may only be called before register is called, and may only be called on objects whose class implements handle_channels.
this | |
bypass_approval |
the value of the Handler.BypassApproval property |