[Telepathy-commits] [telepathy-mission-control/master] Dispatcher: add prototype of channel_property_equals
Alban Crequy
alban.crequy at collabora.co.uk
Mon Nov 24 06:48:19 PST 2008
---
src/mcd-dispatcher.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/mcd-dispatcher.c b/src/mcd-dispatcher.c
index baec558..64e8b8a 100644
--- a/src/mcd-dispatcher.c
+++ b/src/mcd-dispatcher.c
@@ -223,6 +223,8 @@ static void mcd_dispatcher_leave_state_machine (McdDispatcherContext *context);
static void on_operation_finished (McdDispatchOperation *operation,
McdDispatcherContext *context);
+static gboolean channel_property_equals (GValue *value1, GValue *value2);
+
typedef void (*tp_ch_handle_channel_reply) (DBusGProxy *proxy, GError *error, gpointer userdata);
static inline void
--
1.5.6.5
More information about the Telepathy-commits
mailing list