load_connections_async
Description:
[ CCode ( async_result_pos = 2.1 ) ]
public async bool load_connections_async (string[] filenames, Cancellable? cancellable, out string[] failures) throws Error
public async bool load_connections_async (string[] filenames, Cancellable? cancellable, out string[] failures) throws Error
Requests that the remote settings service asynchronously load or reload the given files, adding or updating the connections described within.
See load_connections for more details.
Parameters:
| this |
the nmclient |
| filenames |
null-terminated array of filenames to load |
| cancellable |
a Cancellable, or null |
| callback |
callback to be called when the operation completes |
| user_data |
caller-specific data passed to |