diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-01-07 11:00:47 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-01-07 11:00:47 +0100 |
| commit | 29052c7a90ec2b524b26b8087f23a88004b9e879 (patch) | |
| tree | 057dfc56a2795d66ab39f0bcfb5785f19ffb081d /src/include | |
| parent | 48de41137dbb0b772cc0a1a241ca76ca431a4f8b (diff) | |
| download | box64-29052c7a90ec2b524b26b8087f23a88004b9e879.tar.gz box64-29052c7a90ec2b524b26b8087f23a88004b9e879.zip | |
Added (much) more slot for genereic GCallback on gobject2
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/super100.h | 102 |
1 files changed, 102 insertions, 0 deletions
diff --git a/src/include/super100.h b/src/include/super100.h new file mode 100644 index 00000000..47655662 --- /dev/null +++ b/src/include/super100.h @@ -0,0 +1,102 @@ +#define SUPER() \ +GO(0) \ +GO(1) \ +GO(2) \ +GO(3) \ +GO(4) \ +GO(5) \ +GO(6) \ +GO(7) \ +GO(8) \ +GO(9) \ +GO(10) \ +GO(11) \ +GO(12) \ +GO(13) \ +GO(14) \ +GO(15) \ +GO(16) \ +GO(17) \ +GO(18) \ +GO(19) \ +GO(20) \ +GO(21) \ +GO(22) \ +GO(23) \ +GO(24) \ +GO(25) \ +GO(26) \ +GO(27) \ +GO(28) \ +GO(29) \ +GO(30) \ +GO(31) \ +GO(32) \ +GO(33) \ +GO(34) \ +GO(35) \ +GO(36) \ +GO(37) \ +GO(38) \ +GO(39) \ +GO(40) \ +GO(41) \ +GO(42) \ +GO(43) \ +GO(44) \ +GO(45) \ +GO(46) \ +GO(47) \ +GO(48) \ +GO(49) \ +GO(50) \ +GO(51) \ +GO(52) \ +GO(53) \ +GO(54) \ +GO(55) \ +GO(56) \ +GO(57) \ +GO(58) \ +GO(59) \ +GO(60) \ +GO(61) \ +GO(62) \ +GO(63) \ +GO(64) \ +GO(65) \ +GO(66) \ +GO(67) \ +GO(68) \ +GO(69) \ +GO(70) \ +GO(71) \ +GO(72) \ +GO(73) \ +GO(74) \ +GO(75) \ +GO(76) \ +GO(77) \ +GO(78) \ +GO(79) \ +GO(80) \ +GO(81) \ +GO(82) \ +GO(83) \ +GO(84) \ +GO(85) \ +GO(86) \ +GO(87) \ +GO(88) \ +GO(89) \ +GO(90) \ +GO(91) \ +GO(92) \ +GO(93) \ +GO(94) \ +GO(95) \ +GO(96) \ +GO(97) \ +GO(98) \ +GO(99) \ + |