mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
proplist: New function: pa_proplist_equal()
This commit is contained in:
parent
44770c59e9
commit
1457df40ee
3 changed files with 30 additions and 0 deletions
|
|
@ -354,6 +354,9 @@ unsigned pa_proplist_size(pa_proplist *t);
|
|||
/** Returns 0 when the proplist is empty, positive otherwise \since 0.9.15 */
|
||||
int pa_proplist_isempty(pa_proplist *t);
|
||||
|
||||
/** Return non-zero when a and b have the same keys and values. */
|
||||
int pa_proplist_equal(pa_proplist *a, pa_proplist *b);
|
||||
|
||||
PA_C_DECL_END
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue