]> code.delx.au - pulseaudio/blobdiff - src/pulse/proplist.h
fix up parser in pa_proplist_from_string() to handle escapes correctly; make pa_propl...
[pulseaudio] / src / pulse / proplist.h
index 990ffd19d177d55d1b7f1dd4f76c35481f384b64..d6114062b16d4032cdce51ab2de3ec09a99eb75d 100644 (file)
@@ -136,7 +136,7 @@ PA_C_DECL_BEGIN
 #define PA_PROP_MODULE_USAGE                   "module.usage"
 #define PA_PROP_MODULE_VERSION                 "module.version"
 
-/** A property list object. Basically a dictionary with UTF-8 strings
+/** A property list object. Basically a dictionary with ASCII strings
  * as keys and arbitrary data as values. \since 0.9.11 */
 typedef struct pa_proplist pa_proplist;