[jsonrpc-glib] client: fix missing @ for json_client_reply argument
- From: Corentin Noël <corentinnoel src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [jsonrpc-glib] client: fix missing @ for json_client_reply argument
- Date: Thu, 14 Jun 2018 12:49:34 +0000 (UTC)
commit 53b14f7d6bed36f7dba38e61144592aac708251b
Author: Corentin Noël <corentin noel collabora com>
Date: Thu Jun 14 13:48:35 2018 +0100
client: fix missing @ for json_client_reply argument
src/jsonrpc-client.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/jsonrpc-client.c b/src/jsonrpc-client.c
index 164fa0b..d9ca04b 100644
--- a/src/jsonrpc-client.c
+++ b/src/jsonrpc-client.c
@@ -1471,7 +1471,7 @@ jsonrpc_client_reply_error_finish (JsonrpcClient *self,
* jsonrpc_client_reply:
* @self: a #JsonrpcClient
* @id: (transfer none) (not nullable): the id of the message to reply
- * result: (transfer none) (nullable): the return value or %NULL
+ * @result: (transfer none) (nullable): the return value or %NULL
* @cancellable: (nullable): a #GCancellable, or %NULL
* @error: a #GError, or %NULL
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]