proplist: New function: pa_proplist_equal()

This commit is contained in:
Tanu Kaskinen 2009-08-09 07:59:06 +03:00
parent 44770c59e9
commit 1457df40ee
3 changed files with 30 additions and 0 deletions

View file

@ -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