Package ch.bailu.gtk.gio
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.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onBusNameAcquiredCallback
(CallbackHandler __self, DBusConnection connection, Str name, Pointer user_data) Invoked when the name is acquired.
-
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().
-