get_proxy_type


Description:

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

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.