From 1b3ea6b00704d60166a1733894184105edf04586 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 22 Feb 2010 13:08:37 +0000 Subject: define EMPATHY_CLIENT_NAME --- libempathy/empathy-utils.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libempathy/empathy-utils.h') diff --git a/libempathy/empathy-utils.h b/libempathy/empathy-utils.h index 0fc6fc2a9..859aed1e4 100644 --- a/libempathy/empathy-utils.h +++ b/libempathy/empathy-utils.h @@ -37,6 +37,8 @@ #define EMPATHY_GET_PRIV(obj,type) ((type##Priv *) ((type *) obj)->priv) #define EMP_STR_EMPTY(x) ((x) == NULL || (x)[0] == '\0') +#define EMPATHY_CLIENT_NAME "org.freedesktop.Telepathy.Client.Empathy" + G_BEGIN_DECLS void empathy_init (void); -- cgit v1.2.3