get_proxy_type
Description:
public static Type get_proxy_type (DBusObjectManagerClient manager, string object_path, string? interface_name, void* user_data)
A DBusProxyTypeFunc that maps interface_name to the generated
DBusObjectProxy derived and
DBusProxy derived types.
Parameters:
| manager | |
| object_path |
The object path of the remote object (unused). |
| interface_name |
Interface name of the remote object or |
| user_data |
User data (unused). |
Returns:
|
A DBusProxy derived Type
if |