summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2011-03-16 10:29:31 +0000
committerJonny Lamb <jonny.lamb@collabora.co.uk>2011-03-16 10:29:31 +0000
commite46d8083b9a7401b9080c37e4c06b48c9f511b62 (patch)
tree7a08c7f30b12b060c00c9c276fd8aae483a9e1d5
parent544956df89dbad2d0712a4d736a08eff0becfa19 (diff)
meta-porter: don't refer to missing arguments in documentation
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
-rw-r--r--wocky/wocky-meta-porter.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/wocky/wocky-meta-porter.c b/wocky/wocky-meta-porter.c
index 029a18d..750cf58 100644
--- a/wocky/wocky-meta-porter.c
+++ b/wocky/wocky-meta-porter.c
@@ -1597,9 +1597,8 @@ wocky_meta_porter_open_async (WockyMetaPorter *self,
* @result: the #GAsyncResult
* @error: an optional #GError location to store an error message
*
- * Finishes an asynchronous request to open a connection to @contact
- * if one is not already open. See wocky_meta_porter_open_async() for
- * more details.
+ * Finishes an asynchronous request to open a connection if one is not
+ * already open. See wocky_meta_porter_open_async() for more details.
*
* Returns: %TRUE if the operation was a success, otherwise %FALSE
*/