Gjsify LogoGjsify Logo

Hierarchy

  • DBusSignalCallback

Callable

  • DBusSignalCallback(connection: DBusConnection, sender_name: string, object_path: string, interface_name: string, signal_name: string, parameters: GLib.Variant): void
  • Signature for callback function used in g_dbus_connection_signal_subscribe().

    Parameters

    • connection: DBusConnection

      A #GDBusConnection.

    • sender_name: string

      The unique bus name of the sender of the signal, or %NULL on a peer-to-peer D-Bus connection.

    • object_path: string

      The object path that the signal was emitted on.

    • interface_name: string

      The name of the interface.

    • signal_name: string

      The name of the signal.

    • parameters: GLib.Variant

      A #GVariant tuple with parameters for the signal.

    Returns void

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method