RAGS - v1.10.0
    Preparing search index...

    Type Alias NotifyCallback<T, K>

    NotifyCallback: (object: T, pspec: GObject.ParamSpec) => void

    Type-safe GObject property notification callback

    Type Parameters

    • T extends GObject.Object
    • K extends keyof T

    Type Declaration

      • (object: T, pspec: GObject.ParamSpec): void
      • Parameters

        • object: T
        • pspec: GObject.ParamSpec

        Returns void