[Telepathy-commits] [telepathy-gabble/master] Add the allowed property .TargetID in the channel classes Tubes and DBusTube
Alban Crequy
alban.crequy at collabora.co.uk
Fri Dec 5 09:42:40 PST 2008
---
src/private-tubes-factory.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/private-tubes-factory.c b/src/private-tubes-factory.c
index ba2217c..58c83b9 100644
--- a/src/private-tubes-factory.c
+++ b/src/private-tubes-factory.c
@@ -974,10 +974,12 @@ static const gchar * const tubes_channel_fixed_properties[] = {
static const gchar * const old_tubes_channel_allowed_properties[] = {
TP_IFACE_CHANNEL ".TargetHandle",
+ TP_IFACE_CHANNEL ".TargetID",
NULL
};
static const gchar * const stream_tube_channel_allowed_properties[] = {
TP_IFACE_CHANNEL ".TargetHandle",
+ TP_IFACE_CHANNEL ".TargetID",
GABBLE_IFACE_CHANNEL_INTERFACE_TUBE ".Parameters",
GABBLE_IFACE_CHANNEL_TYPE_STREAM_TUBE ".Service",
NULL
--
1.5.6.5
More information about the Telepathy-commits
mailing list