mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
Finish the Core dbus interface.
This commit is contained in:
parent
5c7952e4fa
commit
9347e90fed
14 changed files with 1526 additions and 1861 deletions
|
|
@ -220,6 +220,13 @@ unsigned pa_ncpus(void);
|
|||
|
||||
char *pa_replace(const char*s, const char*a, const char *b);
|
||||
|
||||
/* Escapes p by inserting backslashes in front of backslashes. chars is a
|
||||
* regular (ie. NULL-terminated) string containing additional characters that
|
||||
* should be escaped. chars can be NULL. The caller has to free the returned
|
||||
* string. */
|
||||
char *pa_escape(const char *p, const char *chars);
|
||||
|
||||
/* Does regular backslash unescaping. Returns the argument p. */
|
||||
char *pa_unescape(char *p);
|
||||
|
||||
char *pa_realpath(const char *path);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue