From c8f6041ab0cecf777aea51303efb08cf0781b2ce Mon Sep 17 00:00:00 2001 From: Leslie Zhai Date: Fri, 17 Oct 2025 14:05:12 +0800 Subject: [WRAPPER] Fix no more slot for glib2 GSourceFunc callback (#3075) --- src/wrapped/wrappedglib2.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/wrapped') diff --git a/src/wrapped/wrappedglib2.c b/src/wrapped/wrappedglib2.c index 66c9e99d..a8a9ad2b 100644 --- a/src/wrapped/wrappedglib2.c +++ b/src/wrapped/wrappedglib2.c @@ -70,6 +70,11 @@ GO(6) \ GO(7) \ GO(8) \ GO(9) \ +GO(10) \ +GO(11) \ +GO(12) \ +GO(13) \ +GO(14) \ // GCopyFct #define GO(A) \ -- cgit 1.4.1