diff options
| author | Michael Biebl <biebl@debian.org> | 2017-02-16 00:00:34 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2017-02-16 00:00:34 +0100 |
| commit | a222e56e103f949b148a6942e385ccca2c26d9f3 (patch) | |
| tree | 7978165f4d291224c854adb4c96c863a924b4882 /src/nm-manager.h | |
| parent | 7f4dff3943c64e1d0e5d13b2ac915088dde165e6 (diff) | |
New upstream version 1.6.2 upstream/1.6.2
Diffstat (limited to 'src/nm-manager.h')
| -rw-r--r-- | src/nm-manager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nm-manager.h b/src/nm-manager.h index 13cae375..c69fc9e1 100644 --- a/src/nm-manager.h +++ b/src/nm-manager.h @@ -115,7 +115,7 @@ NMActiveConnection *nm_manager_activate_connection (NMManager *manager, GError **error); gboolean nm_manager_deactivate_connection (NMManager *manager, - const char *connection_path, + NMActiveConnection *active, NMDeviceStateReason reason, GError **error); |