diff options
author | Tanu Kaskinen <tanuk@iki.fi> | 2009-08-24 14:23:49 +0300 |
---|---|---|
committer | Tanu Kaskinen <tanuk@iki.fi> | 2009-08-24 14:23:49 +0300 |
commit | 187c4f32cffb75787213e8692b27d0a3c736b95e (patch) | |
tree | ac1c645e8961da21bef7a5b31f79a67a2a97f5ba /src/pulse/proplist.h | |
parent | 1e4e26c87fc4f74c9805cc084c88783558acb418 (diff) |
proplist: A couple of documentation fixes.
Diffstat (limited to 'src/pulse/proplist.h')
-rw-r--r-- | src/pulse/proplist.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/pulse/proplist.h b/src/pulse/proplist.h index a585944a..9effc861 100644 --- a/src/pulse/proplist.h +++ b/src/pulse/proplist.h @@ -337,7 +337,7 @@ char *pa_proplist_to_string_sep(pa_proplist *p, const char *sep); * readable string. \since 0.9.15 */ pa_proplist *pa_proplist_from_string(const char *str); - /** Returns 1 if an entry for the specified key is existant in the +/** Returns 1 if an entry for the specified key is existant in the * property list. \since 0.9.11 */ int pa_proplist_contains(pa_proplist *p, const char *key); @@ -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 |