tmux.Session.UnsetHook
- Module
- tmux
- Declared in
- Session
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/hook_runtime.go
- Other languages
- Python Ruby LuaTypeScriptRust Java .NET C++ Swift
- UnsetHook ( ctx : context.Context , name : string ) error
-
UnsetHook removes every matching session hook index at this stable session target without refreshing models. Completed failures are secret-safe option errors; cancellation does not prove the unset was accepted.
In other ports Unbind a session hook
- Python
libtmux.Session.unset_hook - Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua
libtmux.Session:unset_hook - TypeScript
session.Session.unsetHook - Rust
session.Session.unset_hook - Java reached through
Session.hooks, whoseHookscarries the write - .NET reached through
Session.Hooks, whoseTmuxHookscarries the write - C++ no equivalent on
Session - Swift
Server.unsetHook(_:in:)
- Python
0 declared, 0 inherited