[ CCode ( cname = "xapp_object_manager_client_get_proxy_type" ) ]
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.
| manager | |
| object_path |
The object path of the remote object (unused). |
| interface_name |
Interface name of the remote object or null to get the object proxy Type. |
| user_data |
User data (unused). |
|
A DBusProxy derived
Type if |