Package ch.bailu.gtk.gio
Interface DBusObjectManagerIface.OnGetObject
- 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 TypeMethodDescriptiononGetObject
(CallbackHandler __self, DBusObjectManager manager, Str object_path)
-
Method Details
-
onGetObject
DBusObject onGetObject(CallbackHandler __self, @Nonnull DBusObjectManager manager, @Nonnull Str object_path) - Parameters:
manager
- A #GDBusObjectManager.object_path
- Object path to look up.- Returns:
- A #GDBusObject or %NULL. Free with g_object_unref().
-