[Telepathy-commits] [telepathy-glib/master] ChannelManager: correct documented return value of has_unknown_properties

Will Thompson will.thompson at collabora.co.uk
Tue Nov 18 08:45:22 PST 2008


---
 telepathy-glib/channel-manager.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/telepathy-glib/channel-manager.c b/telepathy-glib/channel-manager.c
index e134fa0..9da4298 100644
--- a/telepathy-glib/channel-manager.c
+++ b/telepathy-glib/channel-manager.c
@@ -676,10 +676,10 @@ tp_channel_manager_ensure_channel (TpChannelManager *manager,
  * to conform with the specification's requirement that unknown requested
  * properties must cause a request to fail, not be silently ignored.
  *
- * On encountering unknown properties, this function will return %FALSE, and
+ * On encountering unknown properties, this function will return %TRUE, and
  * set @error to a #GError that could be used as a D-Bus method error.
  *
- * Returns: %TRUE if all of the keys of @properties are elements of @fixed or
+ * Returns: %TRUE if @properties contains keys not in either @fixed or
  *          @allowed; else %FALSE.
  *
  * Since: 0.7.15
-- 
1.5.6.5



More information about the Telepathy-commits mailing list