Skip to content

Commit fe94504

Browse files
committed
Update for glib-2.82 and gtk-4.16
1 parent 705e6e6 commit fe94504

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ on macOS, or on Linux you should get something like:
108108

109109
### Gtk 3.22 or higher
110110

111-
The Swift wrappers have been tested with glib-2.56, 2.58, 2.60, 2.62, 2.64, 2.66, 2.68, 2.70, 2.72, 2.74, 2.76, 2.78 and 2.80, and gdk/gtk 3.22, 3.24 as well as 4.0, 4.2, 4.4, 4.6, 4.8, 4.10, 4.12, and 4.14 on the `gtk4` branch. They should work with higher versions, but YMMV. Also make sure you have `gobject-introspection` and its `.gir` files installed.
111+
The Swift wrappers have been tested with glib-2.56, 2.58, 2.60, 2.62, 2.64, 2.66, 2.68, 2.70, 2.72, 2.74, 2.76, 2.78, 2.80 and 2.82, and gdk/gtk 3.22, 3.24 as well as 4.0, 4.2, 4.4, 4.6, 4.8, 4.10, 4.12, 4.14, and 4.16 on the `gtk4` branch. They should work with higher versions, but YMMV. Also make sure you have `gobject-introspection` and its `.gir` files installed.
112112

113113
#### Linux
114114

Sources/CGdk/gdk_bridging.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ struct _GdkAxisUse {};
44
struct _GdkButtonEvent {};
55
struct _GdkByteOrder {};
66
struct _GdkCairoContext {};
7+
struct _GdkCicpParams {};
8+
struct _GdkCicpParamsClass {};
79
struct _GdkClipboard {};
10+
struct _GdkColorState {};
811
struct _GdkContentDeserializer {};
912
struct _GdkContentFormats {};
1013
struct _GdkContentFormatsBuilder {};
@@ -66,6 +69,8 @@ struct _GdkInputSource {};
6669
struct _GdkKeyEvent {};
6770
struct _GdkKeymap {};
6871
struct _GdkMemoryTexture {};
72+
struct _GdkMemoryTextureBuilder {};
73+
struct _GdkMemoryTextureBuilderClass {};
6974
struct _GdkMemoryTextureClass {};
7075
struct _GdkModifierIntent {};
7176
struct _GdkModifierType {};

0 commit comments

Comments
 (0)