diff options
Diffstat (limited to 'src/nm-iface-helper.c')
-rw-r--r-- | src/nm-iface-helper.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/nm-iface-helper.c b/src/nm-iface-helper.c index 601c72acac..58d766c124 100644 --- a/src/nm-iface-helper.c +++ b/src/nm-iface-helper.c @@ -635,6 +635,12 @@ nm_dbus_manager_get (void) return NULL; } +gboolean +nm_dbus_manager_is_stopping (NMDBusManager *self) +{ + return FALSE; +} + void _nm_dbus_manager_obj_export (NMDBusObject *obj) { |