Package ch.bailu.gtk.gio
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.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onBusNameAppearedCallback
(CallbackHandler __self, DBusConnection connection, Str name, Str name_owner, Pointer user_data) Invoked when the name being watched is known to have to have an owner.
-
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().
-