MCPcopy Index your code
hub / github.com/material-shell/material-shell / CanSendSignal

Interface CanSendSignal

src/utils/signal.ts:3–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import Clutter from 'gi://Clutter';
2
3export interface CanSendSignal<F> extends CanDisconnect {
4 connect(signal: string, callback: F): number;
5}
6
7export interface CanDisconnect {
8 disconnect(id: number): void;

Callers 8

enableMethod · 0.65
setBlurBackgroundMethod · 0.65
registerToSignalsMethod · 0.65
constructorMethod · 0.65
constructorMethod · 0.65
constructorMethod · 0.65
stealPanelActorsMethod · 0.65
stealActorMethod · 0.65

Implementers 3

MaterialShellExtensionsrc/extension.ts
WithSignalssrc/utils/gjs.ts
SignalHandlesrc/utils/signal.ts

Calls

no outgoing calls

Tested by

no test coverage detected