TpClient

TpClient — proxy object for a client of the ChannelDispatcher

Types and Values

struct TpClient
struct TpClientClass

Object Hierarchy

    GObject
    ╰── TpProxy
        ╰── TpClient

Includes

#include <telepathy-glib/telepathy-glib.h>

Description

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.

Functions

Types and Values

struct TpClient

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


struct TpClientClass

struct TpClientClass {
};

The class of a TpClient.