Interface Gio.OnBusNameAcquiredCallback

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

    • onBusNameAcquiredCallback

      void onBusNameAcquiredCallback(CallbackHandler __self, @Nonnull DBusConnection connection, @Nonnull Str name, @Nullable Pointer user_data)
      Invoked when the name is acquired.
      Parameters:
      connection - The #GDBusConnection on which to acquired the name.
      name - The name being owned.
      user_data - User data passed to g_bus_own_name() or g_bus_own_name_on_connection().