mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-06-20 07:08:29 +02:00
libnm-glib: (NMSettingsConnectionInterface) emit 'removed' signal on successful deletion
This commit is contained in:
parent
d26b436d9e
commit
549b303e9b
1 changed files with 1 additions and 0 deletions
|
|
@ -135,6 +135,7 @@ do_delete (NMSettingsConnectionInterface *connection,
|
|||
NMSettingsConnectionInterfaceDeleteFunc callback,
|
||||
gpointer user_data)
|
||||
{
|
||||
g_signal_emit_by_name (connection, "removed");
|
||||
callback (connection, NULL, user_data);
|
||||
return TRUE;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue