Top |
Each client to which the ChannelDispatcher can send channels must implement the Client interface. This object represents such a client, and is mainly useful in the implementation of the ChannelDispatcher itself.
struct TpClient;
Each client to which the ChannelDispatcher can send channels must implement the Client interface. This object represents such a client, and is mainly useful in the implementation of the ChannelDispatcher itself.
This proxy is usable but very incomplete: accessors for D-Bus properties will be added in a later version of telepathy-glib.
Many operations performed on a Client are done via D-Bus properties.
Until convenience methods for this are implemented, use of the generic
tp_cli_dbus_properties_call_get_all()
and tp_cli_dbus_properties_call_set()
methods is recommended.
Since 0.7.32