mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-11 13:30:02 -05:00
Rename functions with "tostring" in the name to one with "to_string" to conform with the convention.
component: core <EP-E358F00C1D9A449EAE69225B9D2530F8> BugLink: https://bugs.freedesktop.org/show_bug.cgi?id=88833 Signed-off-by: Deepak Srivastava <srivastava.d@samsung.com>
This commit is contained in:
parent
bb88d90950
commit
2d5eec2d2c
24 changed files with 46 additions and 46 deletions
|
|
@ -29,7 +29,7 @@ pa_strlist* pa_strlist_prepend(pa_strlist *l, const char *s);
|
|||
pa_strlist* pa_strlist_remove(pa_strlist *l, const char *s);
|
||||
|
||||
/* Make a whitespace separated string of all server strings. Returned memory has to be freed with pa_xfree() */
|
||||
char *pa_strlist_tostring(pa_strlist *l);
|
||||
char *pa_strlist_to_string(pa_strlist *l);
|
||||
|
||||
/* Free the entire list */
|
||||
void pa_strlist_free(pa_strlist *l);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue