summaryrefslogtreecommitdiff
path: root/src/devices/wwan/libnm-wwan.ver
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2018-10-09 16:37:06 +0200
committerThomas Haller <thaller@redhat.com>2018-10-17 13:03:50 +0200
commit9b935fad9b108ee10299f2bd56f27db59ee34637 (patch)
tree3707ed097ba6c92e9cd5237d2f9a9cb60f46073c /src/devices/wwan/libnm-wwan.ver
parentfadcc16b261d1dfa04f8c6c646057cea010d8e0c (diff)
downloadNetworkManager-9b935fad9b108ee10299f2bd56f27db59ee34637.tar.gz
modem: don't use GAsyncResult pattern for disconnecting modem
We should not use GAsyncResult. At least, not for internal API. It's more cumbersome then helpful, in my opinion. It requires this awkward async_finish() pattern. Instead, let the caller pass a suitable callback of the right type.
Diffstat (limited to 'src/devices/wwan/libnm-wwan.ver')
-rw-r--r--src/devices/wwan/libnm-wwan.ver1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/wwan/libnm-wwan.ver b/src/devices/wwan/libnm-wwan.ver
index 70b954c5d8..ea966afe6a 100644
--- a/src/devices/wwan/libnm-wwan.ver
+++ b/src/devices/wwan/libnm-wwan.ver
@@ -6,7 +6,6 @@ global:
nm_modem_complete_connection;
nm_modem_deactivate;
nm_modem_deactivate_async;
- nm_modem_deactivate_async_finish;
nm_modem_device_state_changed;
nm_modem_get_capabilities;
nm_modem_get_configured_mtu;