mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -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
|
|
@ -3202,7 +3202,7 @@ char *pa_replace(const char*s, const char*a, const char *b) {
|
|||
|
||||
pa_strbuf_puts(sb, s);
|
||||
|
||||
return pa_strbuf_tostring_free(sb);
|
||||
return pa_strbuf_to_string_free(sb);
|
||||
}
|
||||
|
||||
char *pa_escape(const char *p, const char *chars) {
|
||||
|
|
@ -3224,7 +3224,7 @@ char *pa_escape(const char *p, const char *chars) {
|
|||
pa_strbuf_putc(buf, *s);
|
||||
}
|
||||
|
||||
return pa_strbuf_tostring_free(buf);
|
||||
return pa_strbuf_to_string_free(buf);
|
||||
}
|
||||
|
||||
char *pa_unescape(char *p) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue