DBusObjectManagerIF.getInterface

Gets the interface proxy for interface_name at object_path, if any. Since 2.30 Signal Details The "interface-added" signal void user_function (GDBusObjectManager *manager, GDBusObject *object, GDBusInterface *interface, gpointer user_data) : Run Last Emitted when interface is added to object. This signal exists purely as a convenience to avoid having to connect signals to all objects managed by manager. Since 2.30

interface DBusObjectManagerIF
getInterface
(
string objectPath
,)

Parameters

objectPath string

Object path to lookup.

interfaceName string

D-Bus interface name to lookup.

Return Value

A GDBusInterface instance or NULL. Free with g_object_unref(). [transfer full]

Meta