Interface DBusObjectManagerIface.OnGetInterface

Enclosing class:
DBusObjectManagerIface
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface DBusObjectManagerIface.OnGetInterface
  • Method Details

    • onGetInterface

      DBusInterface onGetInterface(CallbackHandler __self, @Nonnull DBusObjectManager manager, @Nonnull Str object_path, @Nonnull Str interface_name)
      Parameters:
      manager - A #GDBusObjectManager.
      object_path - Object path to look up.
      interface_name - D-Bus interface name to look up.
      Returns:
      A #GDBusInterface instance or %NULL. Free with g_object_unref().