summaryrefslogtreecommitdiff
path: root/telepathy-glib/simple-observer.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2014-02-13 10:36:10 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2014-02-13 13:15:26 +0100
commit5ee1b1beacde73e6f256de010f278dac78b8457c (patch)
treeeb3e26cb2c0bf86185e0193b823add51f25fb1bd /telepathy-glib/simple-observer.c
parent3bf07c96ef369adf085c86601c72c6a628bfaf41 (diff)
TargetHandleType has been renamed to TargetEntityType
Diffstat (limited to 'telepathy-glib/simple-observer.c')
-rw-r--r--telepathy-glib/simple-observer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/simple-observer.c b/telepathy-glib/simple-observer.c
index 55bd29e57..96093434a 100644
--- a/telepathy-glib/simple-observer.c
+++ b/telepathy-glib/simple-observer.c
@@ -49,7 +49,7 @@
*
* tp_base_client_take_observer_filter (client, tp_asv_new (
* TP_PROP_CHANNEL_CHANNEL_TYPE, G_TYPE_STRING, TP_IFACE_CHANNEL_TYPE_TEXT,
- * TP_PROP_CHANNEL_TARGET_HANDLE_TYPE, G_TYPE_UINT, TP_ENTITY_TYPE_CONTACT,
+ * TP_PROP_CHANNEL_TARGET_ENTITY_TYPE, G_TYPE_UINT, TP_ENTITY_TYPE_CONTACT,
* NULL));
*
* tp_base_client_register (client, NULL);