[next] telepathy-glib: TpProxyClass: disobeying must_have_unique_name is programming error

Simon McVittie smcv at kemper.freedesktop.org
Thu Apr 3 07:25:29 PDT 2014


Module: telepathy-glib
Branch: next
Commit: 314705339a7888cb6b09b6bf7e2bd00f32a8229c
URL:    http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=314705339a7888cb6b09b6bf7e2bd00f32a8229c

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Mon Mar 31 16:03:08 2014 +0100

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.
  *



More information about the telepathy-commits mailing list