server.Server.unset_hook
Rust
- Python
- TypeScript
- Rust
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift
- Module
- server
- Declared in
- Server
- Package
- libtmux
- Source
- crates/libtmux/src/server/settings.rs
- Other languages
- PythonTypeScript Go Java .NET C++ Swift
-
Remove one global hook.
Errors
Returns an error when tmux rejects the hook name.
In other ports Unbind a global hook
- Python
libtmux.Server.unset_hook - TypeScript
server.Server.unsetHook - Go no equivalent on
Server - Java reached through
Server.hooks, whoseHookscarries the write - .NET reached through
Server.Hooks, whoseTmuxHookscarries the write - C++ no equivalent on
Server - Swift
Server.unsetHook(_:in:)
- Python
0 declared, 0 inherited