aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
authorGuillaume Desmottes <gdesmott@gnome.org>2009-04-16 23:30:49 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-04-17 17:37:03 +0800
commite3dbc8ab8129308573c1804c67701b9d08732367 (patch)
tree6c0531fe08a69d709744f7cdb50feb1de05620fd /libempathy
parent7cc5b1b1f44645b4528288676c526ed14fd100fd (diff)
downloadgsoc2013-empathy-e3dbc8ab8129308573c1804c67701b9d08732367.tar
gsoc2013-empathy-e3dbc8ab8129308573c1804c67701b9d08732367.tar.gz
gsoc2013-empathy-e3dbc8ab8129308573c1804c67701b9d08732367.tar.bz2
gsoc2013-empathy-e3dbc8ab8129308573c1804c67701b9d08732367.tar.lz
gsoc2013-empathy-e3dbc8ab8129308573c1804c67701b9d08732367.tar.xz
gsoc2013-empathy-e3dbc8ab8129308573c1804c67701b9d08732367.tar.zst
gsoc2013-empathy-e3dbc8ab8129308573c1804c67701b9d08732367.zip
empathy-tp-tube: the state is a EmpTubeChannelState not a guint
Diffstat (limited to 'libempathy')
-rw-r--r--libempathy/empathy-tp-tube.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy/empathy-tp-tube.c b/libempathy/empathy-tp-tube.c
index bde84fbed..088c94052 100644
--- a/libempathy/empathy-tp-tube.c
+++ b/libempathy/empathy-tp-tube.c
@@ -69,7 +69,7 @@ typedef struct
gchar *service;
/* FIXME readd support for parameters.. */
GHashTable *parameters;
- guint state;
+ EmpTubeChannelState state;
EmpathyContact *initiator_contact;
EmpathyContactFactory *factory;
} EmpathyTpTubePriv;
@@ -93,7 +93,7 @@ G_DEFINE_TYPE (EmpathyTpTube, empathy_tp_tube, G_TYPE_OBJECT)
static void
tp_tube_state_changed_cb (TpProxy *proxy,
- guint state,
+ EmpTubeChannelState state,
gpointer user_data,
GObject *tube)
{