Interface (GI Interface)

GObject-2.0GObjectSignalMatch

interface SignalMatch {
    detail: string;
    func: (...args: any[]) => any;
    signalId: string;
}
Index

Properties

Properties

detail: string
func: (...args: any[]) => any
signalId: string