RemoteConnectionResultFunc
Description:
[ CCode ( instance_pos = 2.9 ) ]
public delegate void RemoteConnectionResultFunc (RemoteConnection connection, Error error)
public delegate void RemoteConnectionResultFunc (RemoteConnection connection, Error error)
Called when NetworkManager has finished an asynchronous operation on a connection, like commit changes, deleting, saving, etc.
Parameters:
connection |
the connection for which an operation was performed |
error |
on failure, a descriptive error |
user_data |
user data passed to function which began the operation |
Namespace: NM
Package: libnm-glib