# ControlNotification

- **Package:** libtmux-swift
- **Language:** Swift
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-swift/blob/f02a4668570e1cc5198c941413750e021f42c214/Sources/LibTmux/ControlProtocol.swift#L106
- **Page:** https://libtmux.org/reference/swift/controlnotification/

## Members

- `!=(_:_:)` (function) — Returns a Boolean value indicating whether two values are not equal.
- `name` (property) — The name without its `%`, so `%output` is `output`.
- `arguments` (property) — Everything after the name, unsplit. A notification's arguments are not uniformly shaped — `%output` carries arbitrary pane bytes — so splitting them here would be guessing.
- `init(name:arguments:)` (method)
