mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-08 13:30:08 -05:00
WIP object model change
Work on cleanup
This commit is contained in:
parent
c25ccbb4ba
commit
0d21d633c9
26 changed files with 912 additions and 821 deletions
|
|
@ -30,12 +30,10 @@ const char * pinos_split_walk (const char *str,
|
|||
const char *delimiter,
|
||||
size_t *len,
|
||||
const char **state);
|
||||
|
||||
char ** pinos_split_strv (const char *str,
|
||||
const char *delimiter,
|
||||
int max_tokens,
|
||||
int *n_tokens);
|
||||
|
||||
void pinos_free_strv (char **str);
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue