Package ch.bailu.gtk.gio
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.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onBusAcquiredCallback
(CallbackHandler __self, DBusConnection connection, Str name, Pointer user_data) Invoked when a connection to a message bus has been obtained.
-
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().
-