summaryrefslogtreecommitdiff
path: root/telepathy-farstream
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2014-02-18 16:49:16 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2014-02-27 15:06:22 +0100
commitf63c3ac877f0e9e6e434e3f08df00e2f5f705c32 (patch)
tree2c3f3f3cbe183f2b9cc83284b4997a56d4b2aaf8 /telepathy-farstream
parentfb15cc397e363427602a77995e9b9dbba0a67544 (diff)
base-client: rename filter vardict API
Diffstat (limited to 'telepathy-farstream')
-rw-r--r--telepathy-farstream/examples/call-handler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-farstream/examples/call-handler.c b/telepathy-farstream/examples/call-handler.c
index 74d8c425a..04a6d01a8 100644
--- a/telepathy-farstream/examples/call-handler.c
+++ b/telepathy-farstream/examples/call-handler.c
@@ -614,7 +614,7 @@ main (int argc, char **argv)
g_variant_dict_insert (&dict, TP_PROP_CHANNEL_TYPE_CALL1_INITIAL_AUDIO, "b",
TRUE);
- tp_base_client_add_handler_filter_vardict (client,
+ tp_base_client_add_handler_filter (client,
g_variant_dict_end (&dict));
/* Video */