Convert GDBus methods and signals to use macro helpers
[framework/connectivity/connman.git] / unit / utils.c
index 9664463..6ff1c71 100644 (file)
@@ -91,6 +91,9 @@ static void manager_changed(struct test_fix *fix,
 
                fix->manager.state = g_strdup(value);
        }
+
+       if (fix->manager_changed != NULL)
+               fix->manager_changed(fix);
 }
 
 static gboolean handle_manager_changed(DBusConnection *connection,