cli/gtk: move actual IPC code tp apprt

This commit is contained in:
Jeffrey C. Ollie
2025-07-12 22:59:44 -05:00
parent 824185f23e
commit 72e47cf8bc
8 changed files with 107 additions and 61 deletions

View File

@@ -1153,6 +1153,9 @@ pub const Inspector = struct {
}
};
/// Functions for inter-process communication.
pub const IPC = struct {};
// C API
pub const CAPI = struct {
const global = &@import("../global.zig").state;