mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
proplist: Change proplist_name_valid() to be public function pa_proplist_key_valid().
I want to check the validity in pa_tagstruct_get_proplist(), and I think also client applications might have use for this function.
This commit is contained in:
parent
9b3d5acbbc
commit
e17f18d89a
3 changed files with 18 additions and 14 deletions
|
|
@ -232,6 +232,7 @@ pa_proplist_get;
|
|||
pa_proplist_gets;
|
||||
pa_proplist_isempty;
|
||||
pa_proplist_iterate;
|
||||
pa_proplist_key_valid;
|
||||
pa_proplist_new;
|
||||
pa_proplist_set;
|
||||
pa_proplist_setf;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue