This commit is contained in:
Mitchell Hashimoto
2025-07-17 09:44:25 -07:00
parent 31c5af74c5
commit 039e248ec9
2 changed files with 4 additions and 2 deletions

View File

@ -18,7 +18,7 @@ const log = std.log.scoped(.gtk_ghostty_config);
/// this, copy any memory they require, and own that structure instead.
///
/// This can also expose helpers to access configuration in ways that
/// may be more egonomic to GTK primitives.
/// may be more ergonomic to GTK primitives.
pub const Config = extern struct {
const Self = @This();
parent_instance: Parent,
@ -36,7 +36,7 @@ pub const Config = extern struct {
Self,
?*gtk.TextBuffer,
.{
.nick = "Dignostics Buffer",
.nick = "Diagnostics Buffer",
.blurb = "A TextBuffer that contains the diagnostics.",
.default = null,
.accessor = .{

View File

@ -51,6 +51,8 @@ DECID = "DECID"
flate = "flate"
typ = "typ"
kend = "kend"
# GTK
GIR = "GIR"
[type.po]
extend-glob = ["*.po"]