[Telepathy-commits] [telepathy-glib/master] Improve wording of TpConnectionRequestHandlesCb, TpConnectionHoldHandlesCb docs

Simon McVittie simon.mcvittie at collabora.co.uk
Tue Oct 7 08:17:51 PDT 2008


It was previously unclear whether it was the same pointer, or a pointer
to a copy.
---
 telepathy-glib/connection-handles.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/telepathy-glib/connection-handles.c b/telepathy-glib/connection-handles.c
index 9b53959..1527ac5 100644
--- a/telepathy-glib/connection-handles.c
+++ b/telepathy-glib/connection-handles.c
@@ -348,7 +348,7 @@ hold_handles_context_free (gpointer p)
  *  tp_connection_hold_handles()
  * @n_handles: the number of handles that were passed to
  *  tp_connection_hold_handles() on success, or 0 on failure
- * @handles: the same @n_handles handles that were passed to
+ * @handles: a copy of the array of @n_handles handles that was passed to
  *  tp_connection_hold_handles() on success, or %NULL on failure
  * @error: %NULL on success, or an error on failure
  * @user_data: the same arbitrary pointer that was passed to
@@ -487,7 +487,7 @@ request_handles_context_free (gpointer p)
  *  tp_connection_request_handles() on success, or 0 on failure
  * @handles: the @n_handles handles corresponding to @ids, in the same order,
  *  or %NULL on failure
- * @ids: the same @n_handles IDs that were passed to
+ * @ids: a copy of the array of @n_handles IDs that was passed to
  *  tp_connection_request_handles() on success, or %NULL on failure
  * @error: %NULL on success, or an error on failure
  * @user_data: the same arbitrary pointer that was passed to
-- 
1.5.6.5




More information about the Telepathy-commits mailing list