get_interface
Description:
[ Version ( since = "2.30" ) ]
public abstract DBusInterface? get_interface (string object_path, string interface_name)
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 | |
| object_path |
Object path to look up. |
| interface_name |
D-Bus interface name to look up. |
Returns:
|
A DBusInterface instance or null. Free with unref. |