Interface DBusObjectIface.OnGetInterface

Enclosing class:
DBusObjectIface
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 DBusObjectIface.OnGetInterface
  • Method Details

    • onGetInterface

      DBusInterface onGetInterface(CallbackHandler __self, @Nonnull DBusObject object, @Nonnull Str interface_name)
      Parameters:
      object - A #GDBusObject.
      interface_name - A D-Bus interface name.
      Returns:
      %NULL if not found, otherwise a #GDBusInterface that must be freed with g_object_unref().