summaryrefslogtreecommitdiff
path: root/tests/lib/simple-channel-dispatcher.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/simple-channel-dispatcher.c')
-rw-r--r--tests/lib/simple-channel-dispatcher.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/lib/simple-channel-dispatcher.c b/tests/lib/simple-channel-dispatcher.c
index 9b2c9664..03873cd7 100644
--- a/tests/lib/simple-channel-dispatcher.c
+++ b/tests/lib/simple-channel-dispatcher.c
@@ -246,6 +246,18 @@ tp_tests_simple_channel_dispatcher_ensure_channel_with_hints (
g_free (path);
}
+
+static void
+tp_tests_simple_channel_dispatcher_delegate_channels (
+ TpSvcChannelDispatcher *dispatcher,
+ const GPtrArray *channels,
+ gint64 user_action_time,
+ const gchar *preferred_handler,
+ DBusGMethodInvocation *context)
+{
+ tp_svc_channel_dispatcher_return_from_delegate_channels (context);
+}
+
static void
channel_dispatcher_iface_init (gpointer klass,
gpointer unused G_GNUC_UNUSED)
@@ -256,6 +268,7 @@ channel_dispatcher_iface_init (gpointer klass,
IMPLEMENT (ensure_channel);
IMPLEMENT (create_channel_with_hints);
IMPLEMENT (ensure_channel_with_hints);
+ IMPLEMENT (delegate_channels);
#undef IMPLEMENT
}