get_interface


Description:

public abstract DBusInterface get_interface (string object_path, string interface_name)

Gets the interface proxy for interface_name at object_path, if any.

Parameters:

this

A DBusObjectManager.

object_path

Object path to lookup.

interface_name

D-Bus interface name to lookup.

Returns:

A DBusInterface instance or null . Free with unref.