diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2014-03-31 16:03:08 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2014-04-01 14:45:03 +0100 |
commit | 314705339a7888cb6b09b6bf7e2bd00f32a8229c (patch) | |
tree | e5666ab851e32a04bcb7018bd20b6f1335915e43 | |
parent | 32c0876ea16e22c6b51ebce6570d88317e8090fa (diff) |
TpProxyClass: disobeying must_have_unique_name is programming error
-rw-r--r-- | telepathy-glib/proxy.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/telepathy-glib/proxy.c b/telepathy-glib/proxy.c index 2270cd676..957cc67d8 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. * |