DBusObjectT.gDbusObjectGetInterface

Gets the D-Bus interface with name interface_name associated with object, if any. Since 2.30 Signal Details The "interface-added" signal void user_function (GDBusObject *object, GDBusInterface *interface, gpointer user_data) : Run Last Emitted when interface is added to object. Since 2.30

template DBusObjectT(TStruct)
gDbusObjectGetInterface
()

Parameters

interfaceName string

A D-Bus interface name.

Return Value

NULL if not found, otherwise a GDBusInterface that must be freed with g_object_unref(). [transfer full]

Meta