9 lines
274 B
Swift
9 lines
274 B
Swift
import Gtk
|
|
|
|
/// Context threaded through the mount pipeline.
|
|
///
|
|
/// Empty in P0; reserved for the P4 signal/subscription registry needed
|
|
/// for per-node teardown on unmount.
|
|
@_spi(Portico) @MainActor public final class MountContext {
|
|
@_spi(Portico) public init() {}
|
|
}
|