[libsoup/wip/xmlrpc-variant] xmlrpc: Fix small doc typo



commit 63eccf5a2a3f42579ceb1e523b73581fece530aa
Author: Xavier Claessens <xavier claessens collabora com>
Date:   Tue Aug 11 16:07:05 2015 -0400

    xmlrpc: Fix small doc typo

 libsoup/soup-xmlrpc.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libsoup/soup-xmlrpc.c b/libsoup/soup-xmlrpc.c
index af3de2b..4607eee 100644
--- a/libsoup/soup-xmlrpc.c
+++ b/libsoup/soup-xmlrpc.c
@@ -1133,8 +1133,8 @@ soup_xmlrpc_params_new (xmlNode *node)
  * Parse method parameters returned by soup_xmlrpc_parse_request().
  *
  * Deserialization details:
- *  - If @signature is provided, &lt;int&gt and &lt;i4&gt can be deserialized
- *    to byte, int16, uint16, int32, uint32, int64, uint64 or handle. Otherwise
+ *  - If @signature is provided, &lt;int&gt; and &lt;i4&gt; can be deserialized
+ *    to byte, int16, uint16, int32, uint32, int64 or uint64. Otherwise
  *    it will be deserialized to int32. If the value is out of range
  *    for the target type it will return an error.
  *  - &lt;struct&gt; will be deserialized to "a{sv}". @signature could define


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]