aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-utils.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-02-22 21:08:37 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-02-22 21:08:40 +0800
commit1b3ea6b00704d60166a1733894184105edf04586 (patch)
tree47a05ef8bc0f5760609e1f2e449b6450f75ab65c /libempathy/empathy-utils.h
parent8cdf004d3b499cf73aaf6ceb92ec9f1c58331d7a (diff)
downloadgsoc2013-empathy-1b3ea6b00704d60166a1733894184105edf04586.tar
gsoc2013-empathy-1b3ea6b00704d60166a1733894184105edf04586.tar.gz
gsoc2013-empathy-1b3ea6b00704d60166a1733894184105edf04586.tar.bz2
gsoc2013-empathy-1b3ea6b00704d60166a1733894184105edf04586.tar.lz
gsoc2013-empathy-1b3ea6b00704d60166a1733894184105edf04586.tar.xz
gsoc2013-empathy-1b3ea6b00704d60166a1733894184105edf04586.tar.zst
gsoc2013-empathy-1b3ea6b00704d60166a1733894184105edf04586.zip
define EMPATHY_CLIENT_NAME
Diffstat (limited to 'libempathy/empathy-utils.h')
-rw-r--r--libempathy/empathy-utils.h2
1 files changed, 2 insertions, 0 deletions
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);