Gjsify LogoGjsify Logo

Interface DBusSubtreeEnumerateFunc

Hierarchy

  • DBusSubtreeEnumerateFunc

Callable

  • DBusSubtreeEnumerateFunc(connection: DBusConnection, sender: string, object_path: string): string[]
  • The type of the enumerate function in #GDBusSubtreeVTable.

    This function is called when generating introspection data and also when preparing to dispatch incoming messages in the event that the %G_DBUS_SUBTREE_FLAGS_DISPATCH_TO_UNENUMERATED_NODES flag is not specified (ie: to verify that the object path is valid).

    Hierarchies are not supported; the items that you return should not contain the / character.

    The return value will be freed with g_strfreev().

    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().

    Returns string[]

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