Package ch.bailu.gtk.gio
Interface Gio.OnBusNameLostCallback
- 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
onBusNameLostCallback
(CallbackHandler __self, DBusConnection connection, Str name, Pointer user_data) Invoked when the name is lost or @connection has been closed.
-
Method Details
-
onBusNameLostCallback
void onBusNameLostCallback(CallbackHandler __self, @Nonnull DBusConnection connection, @Nonnull Str name, @Nullable Pointer user_data) Invoked when the name is lost or @connection has been closed.- Parameters:
connection
- The #GDBusConnection on which to acquire the name or %NULL if the connection was disconnected.name
- The name being owned.user_data
- User data passed to g_bus_own_name() or g_bus_own_name_on_connection().
-