Mercurial > hg > xemacs-beta
comparison src/tooltalk.c @ 110:fe104dbd9147 r20-1b7
Import from CVS: tag r20-1b7
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:19:45 +0200 |
parents | c7528f8e288d |
children | b980b6286996 |
comparison
equal
deleted
inserted
replaced
109:e183fc049578 | 110:fe104dbd9147 |
---|---|
931 and VALUE can be a string or an integer. Tooltalk doesn't | 931 and VALUE can be a string or an integer. Tooltalk doesn't |
932 define any semantics for VTYPE, so only the participants in the | 932 define any semantics for VTYPE, so only the participants in the |
933 protocol you're using need to agree what types mean (if anything). | 933 protocol you're using need to agree what types mean (if anything). |
934 Conventionally \"string\" is used for strings and \"int\" for 32 bit integers. | 934 Conventionally \"string\" is used for strings and \"int\" for 32 bit integers. |
935 Arguments can initialized by providing a value or with | 935 Arguments can initialized by providing a value or with |
936 `set-tooltalk-message-attribute'. The latter is neccessary if you | 936 `set-tooltalk-message-attribute'. The latter is necessary if you |
937 want to initialize the argument with a string that can contain | 937 want to initialize the argument with a string that can contain |
938 embedded nulls (use 'arg_bval). | 938 embedded nulls (use 'arg_bval). |
939 */ | 939 */ |
940 (msg, mode, vtype, value)) | 940 (msg, mode, vtype, value)) |
941 { | 941 { |