[ Version ( since = "2.30" ) ]
public abstract DBusInterface? get_interface (string interface_name)
Gets the D-Bus interface with name interface_name associated with this, if any.
| this |
A DBusObject. |
| interface_name |
A D-Bus interface name. |
|
null if not found, otherwise a DBusInterface that must be freed with unref. |