get_mechanisms
Description:
[ CCode ( array_length = false , array_null_terminated = true ) ]
[ Version ( since = "2.0" ) ]
public async string[] get_mechanisms (string method, Cancellable? cancellable) throws Error
[ Version ( since = "2.0" ) ]
public async string[] get_mechanisms (string method, Cancellable? cancellable) throws Error
Lists all the available mechanisms.
Parameters:
| this | |
| method |
the name of the method whose mechanisms must be retrieved. |
| cancellable |
a Cancellable or null |
| callback |
a callback to execute upon completion |
| user_data |
closure data for |