summaryrefslogtreecommitdiff
path: root/telepathy-glib/base-connection.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-11-19 17:35:45 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2007-11-19 17:35:45 +0000
commit77e3e77eafff1b80e3d86ee163ecd6a9a7656a7a (patch)
tree14864b28619aef461765b38c17b0f078fc021224 /telepathy-glib/base-connection.h
parent680f6936cd69f26ca2907b1cc42d0a1d857fcdc6 (diff)
downloadtelepathy-glib-77e3e77eafff1b80e3d86ee163ecd6a9a7656a7a.tar.gz
Add defs.h containing e.g. TP_CM_BUS_NAME_BASE
20071119173545-53eee-342420369ce2422d70fed756918b67d800ea0831.gz
Diffstat (limited to 'telepathy-glib/base-connection.h')
-rw-r--r--telepathy-glib/base-connection.h19
1 files changed, 1 insertions, 18 deletions
diff --git a/telepathy-glib/base-connection.h b/telepathy-glib/base-connection.h
index a1130b737..21b446b79 100644
--- a/telepathy-glib/base-connection.h
+++ b/telepathy-glib/base-connection.h
@@ -25,30 +25,13 @@
#include <dbus/dbus-glib.h>
#include <glib-object.h>
+#include <telepathy-glib/defs.h>
#include <telepathy-glib/enums.h>
#include <telepathy-glib/handle-repo.h>
#include <telepathy-glib/svc-connection.h>
G_BEGIN_DECLS
-/**
- * TP_CONN_BUS_NAME_BASE:
- *
- * 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.
- */
-#define TP_CONN_BUS_NAME_BASE "org.freedesktop.Telepathy.Connection."
-
-/**
- * TP_CONN_OBJECT_PATH_BASE:
- *
- * 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.
- */
-#define TP_CONN_OBJECT_PATH_BASE "/org/freedesktop/Telepathy/Connection/"
-
typedef struct _TpBaseConnection TpBaseConnection;
typedef struct _TpBaseConnectionClass TpBaseConnectionClass;