summaryrefslogtreecommitdiff
path: root/telepathy-glib/channel.c
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2012-03-26 17:13:06 +0100
committerWill Thompson <will.thompson@collabora.co.uk>2012-03-26 17:15:57 +0100
commit7cfb90e3dfac54456423c0a27ba0f39b512f6997 (patch)
treedd9dbf8a40caafb6c8d1310e292d63aa76b83a12 /telepathy-glib/channel.c
parent75d92d599cde42d24d487c12ba3170a300db4311 (diff)
downloadtelepathy-glib-7cfb90e3dfac54456423c0a27ba0f39b512f6997.tar.gz
docs: Fix "Finishes to" broken English
Diffstat (limited to 'telepathy-glib/channel.c')
-rw-r--r--telepathy-glib/channel.c24
1 files changed, 13 insertions, 11 deletions
diff --git a/telepathy-glib/channel.c b/telepathy-glib/channel.c
index 4136d8259..3417b9203 100644
--- a/telepathy-glib/channel.c
+++ b/telepathy-glib/channel.c
@@ -2451,12 +2451,12 @@ tp_channel_join_async (TpChannel *self,
/**
* tp_channel_join_finish:
* @self: a #TpChannel
- * @result: a #GAsyncResult
+ * @result: a #GAsyncResult passed to the callback for tp_channel_join_async().
* @error: a #GError to fill
*
- * Finishes to join a channel.
+ * Completes a call to tp_channel_join_async().
*
- * Returns: %TRUE if the channel has been joined; %FALSE otherwise
+ * Returns: %TRUE if the channel was successfully joined; %FALSE otherwise
*
* Since: 0.15.5
*/
@@ -2659,10 +2659,10 @@ tp_channel_leave_async (TpChannel *self,
/**
* tp_channel_leave_finish:
* @self: a #TpChannel
- * @result: a #GAsyncResult
+ * @result: a #GAsyncResult passed to the callback for tp_channel_leave_async().
* @error: a #GError to fill
*
- * Finishes to leave a channel.
+ * Completes a call to tp_channel_leave_async().
*
* Returns: %TRUE if the channel has been left; %FALSE otherwise
*
@@ -2716,10 +2716,10 @@ tp_channel_close_async (TpChannel *self,
/**
* tp_channel_close_finish:
* @self: a #TpChannel
- * @result: a #GAsyncResult
+ * @result: a #GAsyncResult passed to the callback for tp_channel_close_async().
* @error: a #GError to fill
*
- * Finishes to close a channel.
+ * Finishes a call to tp_channel_leave_async().
*
* Returns: %TRUE if the channel has been closed; %FALSE otherwise
*
@@ -2801,10 +2801,10 @@ tp_channel_destroy_async (TpChannel *self,
/**
* tp_channel_destroy_finish:
* @self: a #TpChannel
- * @result: a #GAsyncResult
+ * @result: a #GAsyncResult passed to the callback for tp_channel_destroy_async().
* @error: a #GError to fill
*
- * Finishes to leave a channel.
+ * Completes a call to tp_channel_destroy_async().
*
* Returns: %TRUE if the channel has been destroyed or closed; %FALSE otherwise
*
@@ -2917,10 +2917,12 @@ tp_channel_provide_password_async (TpChannel *self,
/**
* tp_channel_provide_password_finish:
* @self: a #TpChannel
- * @result: a #GAsyncResult
+ * @result: a #GAsyncResult passed to the callback for
+ * tp_channel_provide_password_async().
* @error: a #GError to fill
*
- * Finishes to provide a password. If the password was rejected, the operation
+ * Completes a call to tp_channel_provide_password_async().
+ * If the password was rejected, the operation
* fails with #TP_ERROR_AUTHENTICATION_FAILED.
*
* Returns: %TRUE if the password has been provided and accepted,