Gjsify LogoGjsify Logo

Interface DBusInterfaceMethodCallFunc

Hierarchy

  • DBusInterfaceMethodCallFunc

Callable

  • The type of the method_call function in #GDBusInterfaceVTable.

    Parameters

    • connection: DBusConnection

      A #GDBusConnection.

    • sender: string

      The unique bus name of the remote caller.

    • object_path: string

      The object path that the method was invoked on.

    • interface_name: string

      The D-Bus interface name the method was invoked on.

    • method_name: string

      The name of the method that was invoked.

    • parameters: GLib.Variant

      A #GVariant tuple with parameters.

    • invocation: DBusMethodInvocation

      A #GDBusMethodInvocation object that must be used to return a value or error.

    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