Interface DBusObjectManagerIface.OnGetObject

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.OnGetObject
  • Method Details

    • onGetObject

      DBusObject onGetObject(CallbackHandler __self, @Nonnull DBusObjectManager manager, @Nonnull Str object_path)
      Parameters:
      manager - A #GDBusObjectManager.
      object_path - Object path to look up.
      Returns:
      A #GDBusObject or %NULL. Free with g_object_unref().