]> code.delx.au - pulseaudio/blobdiff - src/pulse/proplist.h
proplist: Change proplist_name_valid() to be public function pa_proplist_key_valid().
[pulseaudio] / src / pulse / proplist.h
index 359212a34496226fad7f2f3c45d8fd394f0aa642..cb53cf4c6e9fd21360206b73abca637ceb91cc9a 100644 (file)
@@ -279,6 +279,9 @@ pa_proplist* pa_proplist_new(void);
 /** Free the property list. \since 0.9.11 */
 void pa_proplist_free(pa_proplist* p);
 
+/** Returns a non-zero value if the key is valid. \since 3.0 */
+int pa_proplist_key_valid(const char *key);
+
 /** Append a new string entry to the property list, possibly
  * overwriting an already existing entry with the same key. An
  * internal copy of the data passed is made. Will accept only valid