get_interface


Description:

[ 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.

Parameters:

this

A DBusObject.

interface_name

A D-Bus interface name.

Returns:

null if not found, otherwise a DBusInterface that must be freed with unref.