Interface Gio.OnBusNameAppearedCallback

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

    • onBusNameAppearedCallback

      void onBusNameAppearedCallback(CallbackHandler __self, @Nonnull DBusConnection connection, @Nonnull Str name, @Nonnull Str name_owner, @Nullable Pointer user_data)
      Invoked when the name being watched is known to have to have an owner.
      Parameters:
      connection - The #GDBusConnection the name is being watched on.
      name - The name being watched.
      name_owner - Unique name of the owner of the name being watched.
      user_data - User data passed to g_bus_watch_name().