[libsoup/wip/xmlrpc-variant: 17/18] xmlrpc: Fix small doc typo
- From: Xavier Claessens <xclaesse src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsoup/wip/xmlrpc-variant: 17/18] xmlrpc: Fix small doc typo
- Date: Wed, 12 Aug 2015 15:42:18 +0000 (UTC)
commit e8586d2d871d1fbc942dc345315b33d3c7ce5a7a
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 d19c645..213bb84 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]