mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-21 22:40:06 +01:00
libnm: fix nm_device_delete_async() after GDBusConnection rework
Fixes: c1046dd803 ('libnm: implement nm_device_delete()/nm_device_delete_async() by using GDBusConnection directly')
This commit is contained in:
parent
198591a694
commit
cb4bd173eb
1 changed files with 1 additions and 1 deletions
|
|
@ -2425,7 +2425,7 @@ nm_device_delete_async (NMDevice *device,
|
|||
user_data,
|
||||
g_dbus_proxy_get_object_path (G_DBUS_PROXY (NM_DEVICE_GET_PRIVATE (device)->proxy)),
|
||||
NM_DBUS_INTERFACE_DEVICE,
|
||||
"Disconnect",
|
||||
"Delete",
|
||||
g_variant_new ("()"),
|
||||
G_VARIANT_TYPE ("()"),
|
||||
G_DBUS_CALL_FLAGS_NONE,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue