get_assertions_async
Description:
[ CCode ( array_length = false , array_null_terminated = true ) ]
[ Version ( since = "1.8" ) ]
public async string[] get_assertions_async (string type, Cancellable? cancellable) throws Error
[ Version ( since = "1.8" ) ]
public async string[] get_assertions_async (string type, Cancellable? cancellable) throws Error
Asynchronously get assertions.
See get_assertions_sync for more information.
Parameters:
this |
a Client. |
type |
assertion type to get. |
cancellable |
a Cancellable or null. |
callback |
a TaskReadyCallback to call when the request is satisfied. |
user_data |
the data to pass to callback function. |