[telepathy-spec/master] ConnectionManager: allow 'y' in .manager files, serialized as ASCII decimal

Simon McVittie simon.mcvittie at collabora.co.uk
Fri Jun 12 04:18:57 PDT 2009


This seems the obvious serialization, and is implemented in telepathy-glib
as fd.o #21380.
---
 spec/Connection_Manager.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/spec/Connection_Manager.xml b/spec/Connection_Manager.xml
index ad8f058..2bcbf63 100644
--- a/spec/Connection_Manager.xml
+++ b/spec/Connection_Manager.xml
@@ -444,7 +444,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
       <dt>b (boolean)</dt>
         <dd>"true" (case-insensitively) or "1" means True, "false"
           (case-insensitively) or "0" means False</dd>
-      <dt>q, u, t (16-, 32-, 64-bit unsigned integer)</dt>
+      <dt>y, q, u, t (8-, 16-, 32-, 64-bit unsigned integer)</dt>
         <dd>ASCII decimal integer</dd>
       <dt>n, i, x (16-, 32-, 64-bit signed integer)</dt>
         <dd>ASCII decimal integer, optionally prefixed with "-"</dd>
-- 
1.5.6.5



More information about the telepathy-commits mailing list