getInterface

open fun getInterface(interfaceName: String): DBusInterface?

Gets the D-Bus interface with name @interface_name associated with

Return

null if not found, otherwise a #GDBusInterface that must be freed with g_object_unref().

Since

2.30

Parameters

interfaceName

A D-Bus interface name.