[libsoup/wip/xmlrpc-variant] xmlrpc: Fix small doc typo
- From: Xavier Claessens <xclaesse src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsoup/wip/xmlrpc-variant] xmlrpc: Fix small doc typo
- Date: Tue, 11 Aug 2015 20:14:24 +0000 (UTC)
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, <int> and <i4> can be deserialized
- * to byte, int16, uint16, int32, uint32, int64, uint64 or handle. Otherwise
+ * - If @signature is provided, <int> and <i4> 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.
* - <struct> will be deserialized to "a{sv}". @signature could define
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]