Package ch.bailu.gtk.gio
Interface DBusObjectManagerIface.OnGetInterface
- Enclosing class:
- DBusObjectManagerIface
- 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, DBusObjectManager manager, Str object_path, Str interface_name)
-
Method Details
-
onGetInterface
DBusInterface onGetInterface(CallbackHandler __self, @Nonnull DBusObjectManager manager, @Nonnull Str object_path, @Nonnull Str interface_name) - Parameters:
manager
- A #GDBusObjectManager.object_path
- Object path to look up.interface_name
- D-Bus interface name to look up.- Returns:
- A #GDBusInterface instance or %NULL. Free with g_object_unref().
-