gtk: the Future is Now

This commit is contained in:
Leah Amelia Chen
2025-09-05 10:07:36 +02:00
parent ac52af27d3
commit 93debc439c
77 changed files with 52 additions and 52 deletions

View File

@@ -111,7 +111,7 @@ pub const Message = union(enum) {
/// Make this a valid gobject if we're in a GTK environment.
pub const getGObjectType = switch (build_config.app_runtime) {
.@"gtk-ng",
.gtk,
=> @import("gobject").ext.defineBoxed(
ChildExited,
.{ .name = "GhosttyApprtChildExited" },