]> git.0d.be Git - empathy.git/commitdiff
empathy-tp-tube: the state is a EmpTubeChannelState not a guint
authorGuillaume Desmottes <gdesmott@gnome.org>
Thu, 16 Apr 2009 15:30:49 +0000 (16:30 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Fri, 17 Apr 2009 09:37:03 +0000 (10:37 +0100)
libempathy/empathy-tp-tube.c

index bde84fbed7f9f99776784d9ec5e4716e4ed7cf14..088c940521301209af3f7bc26971325b3cf4ab24 100644 (file)
@@ -69,7 +69,7 @@ typedef struct
   gchar *service;
   /* FIXME readd support for parameters.. */
   GHashTable *parameters;
   gchar *service;
   /* FIXME readd support for parameters.. */
   GHashTable *parameters;
-  guint state;
+  EmpTubeChannelState state;
   EmpathyContact *initiator_contact;
   EmpathyContactFactory *factory;
 } EmpathyTpTubePriv;
   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,
 
 static void
 tp_tube_state_changed_cb (TpProxy *proxy,
-                          guint state,
+                          EmpTubeChannelState state,
                           gpointer user_data,
                           GObject *tube)
 {
                           gpointer user_data,
                           GObject *tube)
 {