From 8292595a4eef11c020caf0b24648be68d96a20cf Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 31 Mar 2014 16:03:08 +0100 Subject: [PATCH 2/3] TpProxyClass: disobeying must_have_unique_name is programming error --- telepathy-glib/proxy.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/telepathy-glib/proxy.c b/telepathy-glib/proxy.c index 2270cd6..957cc67 100644 --- a/telepathy-glib/proxy.c +++ b/telepathy-glib/proxy.c @@ -171,8 +171,9 @@ tp_dbus_errors_quark (void) * @parent_class: The parent class structure * @interface: If set non-zero by a subclass, #TpProxy will * automatically add this interface in its constructed - * @must_have_unique_name: If set %TRUE by a subclass, the #TpProxy - * constructed will fail if a well-known bus name is given + * @must_have_unique_name: If set %TRUE by a subclass, it is considered to + * be a programming error to use this proxy to communicate with a + * well-known bus name (and this will be checked during construction) * * The class of a #TpProxy. The struct fields not documented here are reserved. * -- 1.9.1