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- and DBusProxy-derived types.

Parameters:

manager

A DBusObjectManagerClient.

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

Returns:

A DBusProxy-derived Type if interface_name is not null, otherwise the Type for ObjectProxy.