diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2022-03-01 11:19:50 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2022-03-01 11:19:50 +0100 |
| commit | 97e9e5d2d26359905a1c46a9236fe8331140d9c0 (patch) | |
| tree | 9f59cf5b6b4f20e92289b4bf4af1994ada08632a /src | |
| parent | db638859451543c3d5ee5e73850a08be4fa7e2db (diff) | |
| download | box64-97e9e5d2d26359905a1c46a9236fe8331140d9c0.tar.gz box64-97e9e5d2d26359905a1c46a9236fe8331140d9c0.zip | |
Added a few more slot to glib2
Diffstat (limited to 'src')
| -rwxr-xr-x | src/wrapped/wrappedglib2.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/wrapped/wrappedglib2.c b/src/wrapped/wrappedglib2.c index f9ec538c..c3d59146 100755 --- a/src/wrapped/wrappedglib2.c +++ b/src/wrapped/wrappedglib2.c @@ -109,7 +109,9 @@ GO(3) \ GO(4) \ GO(5) \ GO(6) \ -GO(7) +GO(7) \ +GO(8) \ +GO(9) \ // GCopyFct /*#define GO(A) \ |