aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tp-call.h
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2009-02-03 17:03:06 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2009-02-03 17:03:06 +0800
commitf5e304dcc87509e2fb521969ef08c71cb1770758 (patch)
tree142868282e30c45f7cea6aa2f1f7c4f7e42647aa /libempathy/empathy-tp-call.h
parent72e233a357ebbc14c01bbc8fa805015d9b470fd3 (diff)
downloadgsoc2013-empathy-f5e304dcc87509e2fb521969ef08c71cb1770758.tar
gsoc2013-empathy-f5e304dcc87509e2fb521969ef08c71cb1770758.tar.gz
gsoc2013-empathy-f5e304dcc87509e2fb521969ef08c71cb1770758.tar.bz2
gsoc2013-empathy-f5e304dcc87509e2fb521969ef08c71cb1770758.tar.lz
gsoc2013-empathy-f5e304dcc87509e2fb521969ef08c71cb1770758.tar.xz
gsoc2013-empathy-f5e304dcc87509e2fb521969ef08c71cb1770758.tar.zst
gsoc2013-empathy-f5e304dcc87509e2fb521969ef08c71cb1770758.zip
Move the TpFarsight code from TpCall to CallHandler
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2387
Diffstat (limited to 'libempathy/empathy-tp-call.h')
-rw-r--r--libempathy/empathy-tp-call.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libempathy/empathy-tp-call.h b/libempathy/empathy-tp-call.h
index 5724963f7..599bfac11 100644
--- a/libempathy/empathy-tp-call.h
+++ b/libempathy/empathy-tp-call.h
@@ -40,7 +40,8 @@ G_BEGIN_DECLS
EMPATHY_TYPE_TP_CALL))
#define EMPATHY_IS_TP_CALL_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), \
EMPATHY_TYPE_TP_CALL))
-#define EMPATHY_TP_CALL_GET_CLASS(object) (G_TYPE_INSTANCE_GET_CLASS ((object), \
+#define EMPATHY_TP_CALL_GET_CLASS(object) \
+ (G_TYPE_INSTANCE_GET_CLASS ((object), \
EMPATHY_TYPE_TP_CALL, EmpathyTpCallClass))
typedef struct _EmpathyTpCall EmpathyTpCall;