Miscellaneous definitions

Miscellaneous definitions — Definitions useful for working with the Telepathy protocol

Synopsis


#include <telepathy-glib/defs.h>


#define     TP_CM_BUS_NAME_BASE
#define     TP_CM_OBJECT_PATH_BASE
#define     TP_CONN_BUS_NAME_BASE
#define     TP_CONN_OBJECT_PATH_BASE

Description

This header contains definitions which didn't fit into enums.h, interfaces.h or errors.h.

Details

TP_CM_BUS_NAME_BASE

#define TP_CM_BUS_NAME_BASE    "org.freedesktop.Telepathy.ConnectionManager."

The prefix for a connection manager's bus name, to which the CM's name (e.g. "gabble") should be appended.


TP_CM_OBJECT_PATH_BASE

#define TP_CM_OBJECT_PATH_BASE "/org/freedesktop/Telepathy/ConnectionManager/"

The prefix for a connection manager's object path, to which the CM's name (e.g. "gabble") should be appended.


TP_CONN_BUS_NAME_BASE

#define TP_CONN_BUS_NAME_BASE "org.freedesktop.Telepathy.Connection."

The prefix for a connection's bus name, to which the CM's name (e.g. "gabble"), the protocol (e.g. "jabber") and an element or sequence of elements representing the account should be appended.


TP_CONN_OBJECT_PATH_BASE

#define TP_CONN_OBJECT_PATH_BASE "/org/freedesktop/Telepathy/Connection/"

The prefix for a connection's object path, to which the CM's name (e.g. "gabble"), the protocol (e.g. "jabber") and an element or sequence of elements representing the account should be appended.