From fff274b45f90f04544f78d4bb74d23a451c6ec17 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Tue, 22 Jul 2025 18:57:35 +0200 Subject: [WRAPPER] Added more slot to libdbus callback wrappers --- src/wrapped/wrappeddbus.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/wrapped/wrappeddbus.c b/src/wrapped/wrappeddbus.c index d60c2821..2be86e5a 100644 --- a/src/wrapped/wrappeddbus.c +++ b/src/wrapped/wrappeddbus.c @@ -31,7 +31,11 @@ const char* dbusName = "libdbus-1.so.3"; GO(0) \ GO(1) \ GO(2) \ -GO(3) +GO(3) \ +GO(4) \ +GO(5) \ +GO(6) \ +GO(7) \ // DBusFreeFunction #define GO(A) \ -- cgit 1.4.1