Interface Gio.OnBusAcquiredCallback

Enclosing class:
Gio
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 Gio.OnBusAcquiredCallback
  • Method Details

    • onBusAcquiredCallback

      void onBusAcquiredCallback(CallbackHandler __self, @Nonnull DBusConnection connection, @Nonnull Str name, @Nullable Pointer user_data)
      Invoked when a connection to a message bus has been obtained.
      Parameters:
      connection - The #GDBusConnection to a message bus.
      name - The name that is requested to be owned.
      user_data - User data passed to g_bus_own_name().