Package ch.bailu.gtk.gio
Interface DBusObjectIface.OnGetInterface
- Enclosing class:
- DBusObjectIface
- 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 TypeMethodDescriptiononGetInterface
(CallbackHandler __self, DBusObject object, Str interface_name)
-
Method Details
-
onGetInterface
DBusInterface onGetInterface(CallbackHandler __self, @Nonnull DBusObject object, @Nonnull Str interface_name) - Parameters:
object
- A #GDBusObject.interface_name
- A D-Bus interface name.- Returns:
- %NULL if not found, otherwise a #GDBusInterface that must be freed with g_object_unref().
-