mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-06 13:29:56 -05:00
proplist: A couple of documentation fixes.
This commit is contained in:
parent
1e4e26c87f
commit
187c4f32cf
1 changed files with 3 additions and 2 deletions
|
|
@ -354,7 +354,8 @@ 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. */
|
||||
/** Return non-zero when a and b have the same keys and values.
|
||||
* \since 0.9.16 */
|
||||
int pa_proplist_equal(pa_proplist *a, pa_proplist *b);
|
||||
|
||||
PA_C_DECL_END
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue