summaryrefslogtreecommitdiff
path: root/libnm/libnm.ver
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2018-11-19 10:53:30 +0100
committerThomas Haller <thaller@redhat.com>2018-11-19 10:53:39 +0100
commit26eaca89b84082d25e1b73a4c6c2c1fffdf26f02 (patch)
tree709b7385d24081b8ca8b25267861e690d0768a23 /libnm/libnm.ver
parent1d9a808a58046d1ff744940e1df9dc6215eb1d05 (diff)
downloadNetworkManager-26eaca89b84082d25e1b73a4c6c2c1fffdf26f02.tar.gz
libnm: drop "_async" suffix from nm_client_add_and_activate_connection_options()
Synchronous D-Bus calls seems harmful to me, such API should not be added to libnm. As such, all API is by default and preferably "_async". Don't add an "_async" suffix. While we are not consistent in libnm about this, I think for new code we should.
Diffstat (limited to 'libnm/libnm.ver')
-rw-r--r--libnm/libnm.ver2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm/libnm.ver b/libnm/libnm.ver
index 269f406cd3..09681e4733 100644
--- a/libnm/libnm.ver
+++ b/libnm/libnm.ver
@@ -1447,7 +1447,7 @@ global:
libnm_1_16_0 {
global:
- nm_client_add_and_activate_connection_options_async;
+ nm_client_add_and_activate_connection_options;
nm_client_add_and_activate_connection_options_finish;
nm_device_get_connectivity;
} libnm_1_14_0;