Gjsify LogoGjsify Logo

Hierarchy

  • DBusSubtreeDispatchFunc

Callable

  • DBusSubtreeDispatchFunc(connection: DBusConnection, sender: string, object_path: string, interface_name: string, node: string, out_user_data: object): DBusInterfaceVTable
  • The type of the dispatch function in #GDBusSubtreeVTable.

    Subtrees are flat. node, if non-%NULL, is always exactly one segment of the object path (ie: it never contains a slash).

    Parameters

    • connection: DBusConnection

      A #GDBusConnection.

    • sender: string

      The unique bus name of the remote caller.

    • object_path: string

      The object path that was registered with g_dbus_connection_register_subtree().

    • interface_name: string

      The D-Bus interface name that the method call or property access is for.

    • node: string

      A node that is a child of object_path (relative to object_path) or %NULL for the root of the subtree.

    • out_user_data: object

      Return location for user data to pass to functions in the returned #GDBusInterfaceVTable.

    Returns DBusInterfaceVTable

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